public final class
MapUnstageNoKey
Op removes and returns a random (key, value)
from the underlying container. If the underlying container does not contain elements, the op will block until it does.
Nested Classes
class | MapUnstageNoKey.Options | Optional attributes for MapUnstageNoKey
|
Public Methods
static MapUnstageNoKey.Options |
capacity(Long capacity)
|
static MapUnstageNoKey.Options |
container(String container)
|
static MapUnstageNoKey |
create(Scope scope, Operand<Integer> indices, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new MapUnstageNoKey operation.
|
Output<Long> |
key()
|
static MapUnstageNoKey.Options |
memoryLimit(Long memoryLimit)
|
static MapUnstageNoKey.Options |
sharedName(String sharedName)
|
List<Output<?>> |
values()
|
Inherited Methods
Public Methods
public static MapUnstageNoKey create (Scope scope, Operand<Integer> indices, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new MapUnstageNoKey operation.
Parameters
scope | current scope |
---|---|
options | carries optional attributes values |
Returns
- a new instance of MapUnstageNoKey