public static interface EagerServiceOuterClass.WaitQueueDoneRequestOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getContextId()
fixed64 context_id = 1; |
long |
getOpId(int index)
Ids to wait on.
|
int |
getOpIdCount()
Ids to wait on.
|
List<Long> |
getOpIdList()
Ids to wait on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getContextId()
fixed64 context_id = 1;List<Long> getOpIdList()
Ids to wait on. If empty, wait on everything currently pending.
repeated int64 op_id = 2;int getOpIdCount()
Ids to wait on. If empty, wait on everything currently pending.
repeated int64 op_id = 2;long getOpId(int index)
Ids to wait on. If empty, wait on everything currently pending.
repeated int64 op_id = 2;Copyright © 2021. All rights reserved.