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> |
key()
|
static OrderedMapUnstageNoKey.Options |
memoryLimit(Long memoryLimit)
|
static OrderedMapUnstageNoKey.Options |
sharedName(String sharedName)
|
List<Output<?>> |
values()
|
Inherited Methods
Public Methods
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