@Operator public final class OrderedMapPeek extends PrimitiveOp implements Iterable<Operand<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 and Description |
|---|---|
static class |
OrderedMapPeek.Options
Optional attributes for
OrderedMapPeek |
operation| Modifier and Type | Method and Description |
|---|---|
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,
OrderedMapPeek.Options... options)
Factory method to create a class to wrap a new OrderedMapPeek operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
static OrderedMapPeek.Options |
memoryLimit(Long memoryLimit) |
static OrderedMapPeek.Options |
sharedName(String sharedName) |
List<Output<?>> |
values() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static OrderedMapPeek create(Scope scope, Operand<Long> key, Operand<Integer> indices, List<Class<?>> dtypes, OrderedMapPeek.Options... options)
scope - current graph scopekey - indices - dtypes - options - carries optional attributes valuespublic static OrderedMapPeek.Options capacity(Long capacity)
capacity - public static OrderedMapPeek.Options memoryLimit(Long memoryLimit)
memoryLimit - public static OrderedMapPeek.Options container(String container)
container - public static OrderedMapPeek.Options sharedName(String sharedName)
sharedName - Copyright © 2015–2019. All rights reserved.