public final class
OrderedMapPeek
Op peeks at the values at the specified key. If the
underlying container does not contain this key this op will block until it does. This Op is optimized for performance.
Nested Classes
class | OrderedMapPeek.Options | Optional attributes for OrderedMapPeek
|
Public Methods
static OrderedMapPeek.Options |
capacity(Long capacity)
|
static OrderedMapPeek.Options |
container(String container)
|
static OrderedMapPeek |
create(Scope scope, Operand<Long> key, Operand<Integer> indices, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapPeek operation.
|
Iterator<Operand<Object>> |
iterator()
|
static OrderedMapPeek.Options |
memoryLimit(Long memoryLimit)
|
static OrderedMapPeek.Options |
sharedName(String sharedName)
|
List<Output<?>> |
values()
|
Inherited Methods
Public Methods
public static OrderedMapPeek create (Scope scope, Operand<Long> key, Operand<Integer> indices, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapPeek operation.
Parameters
scope | current scope |
---|---|
options | carries optional attributes values |
Returns
- a new instance of OrderedMapPeek