OrderedMapUnstageNoKey

public final class OrderedMapUnstageNoKey

Op removes and returns the (key, value) element with the smallest

key from the underlying container. If the underlying container does not contain elements, the op will block until it does.

Nested Classes

class OrderedMapUnstageNoKey.Options Optional attributes for OrderedMapUnstageNoKey

Public Methods

static OrderedMapUnstageNoKey.Options
capacity (Long capacity)
static OrderedMapUnstageNoKey.Options
container (String container)
static OrderedMapUnstageNoKey
create ( Scope scope, Operand <Integer> indices, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapUnstageNoKey operation.
Output <Long>
static OrderedMapUnstageNoKey.Options
memoryLimit (Long memoryLimit)
static OrderedMapUnstageNoKey.Options
sharedName (String sharedName)
List< Output <?>>

Inherited Methods

Public Methods

public static OrderedMapUnstageNoKey.Options capacity (Long capacity)

public static OrderedMapUnstageNoKey.Options container (String container)

public static OrderedMapUnstageNoKey create ( Scope scope, Operand <Integer> indices, List<Class<?>> dtypes, Options... options)

Factory method to create a class wrapping a new OrderedMapUnstageNoKey operation.

Parameters
scope current scope
options carries optional attributes values
Returns
  • a new instance of OrderedMapUnstageNoKey

public Output <Long> key ()

public static OrderedMapUnstageNoKey.Options memoryLimit (Long memoryLimit)

public static OrderedMapUnstageNoKey.Options sharedName (String sharedName)

public List< Output <?>> values ()