MapUnstageNoKey

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>
static MapUnstageNoKey.Options
memoryLimit (Long memoryLimit)
static MapUnstageNoKey.Options
sharedName (String sharedName)
List< Output <?>>

Inherited Methods

Public Methods

public static MapUnstageNoKey.Options capacity (Long capacity)

public static MapUnstageNoKey.Options container (String container)

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

public Output <Long> key ()

public static MapUnstageNoKey.Options memoryLimit (Long memoryLimit)

public static MapUnstageNoKey.Options sharedName (String sharedName)

public List< Output <?>> values ()