@Operator public final class OrderedMapPeek extends PrimitiveOp implements java.lang.Iterable<Operand<java.lang.Object>>
underlying container does not contain this key this op will block until it does. This Op is optimized for performance.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
OrderedMapPeek.Options |
Optional attributes for
OrderedMapPeek |
operation| Modifier and Type | Method | Description |
|---|---|---|
static OrderedMapPeek.Options |
capacity(java.lang.Long capacity) |
|
static OrderedMapPeek.Options |
container(java.lang.String container) |
|
static OrderedMapPeek |
create(Scope scope,
Operand<java.lang.Long> key,
Operand<java.lang.Integer> indices,
java.util.List<java.lang.Class<?>> dtypes,
OrderedMapPeek.Options... options) |
Factory method to create a class to wrap a new OrderedMapPeek operation to the graph.
|
java.util.Iterator<Operand<java.lang.Object>> |
iterator() |
|
static OrderedMapPeek.Options |
memoryLimit(java.lang.Long memoryLimit) |
|
static OrderedMapPeek.Options |
sharedName(java.lang.String sharedName) |
|
java.util.List<Output<?>> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringpublic static OrderedMapPeek create(Scope scope, Operand<java.lang.Long> key, Operand<java.lang.Integer> indices, java.util.List<java.lang.Class<?>> dtypes, OrderedMapPeek.Options... options)
scope - current graph scopekey - indices - dtypes - options - carries optional attributes valuespublic static OrderedMapPeek.Options capacity(java.lang.Long capacity)
capacity - public static OrderedMapPeek.Options memoryLimit(java.lang.Long memoryLimit)
memoryLimit - public static OrderedMapPeek.Options container(java.lang.String container)
container - public static OrderedMapPeek.Options sharedName(java.lang.String sharedName)
sharedName - public java.util.List<Output<?>> values()