public interface CriticalSectionExecutionDefOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExclusiveResourceAccess()
Whether this operation requires exclusive access to its resources,
(i.e., no other CriticalSections may request the same resources).
|
String |
getExecuteInCriticalSectionName()
Name of the critical section handle.
|
org.nd4j.shade.protobuf.ByteString |
getExecuteInCriticalSectionNameBytes()
Name of the critical section handle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExecuteInCriticalSectionName()
Name of the critical section handle.
string execute_in_critical_section_name = 1;org.nd4j.shade.protobuf.ByteString getExecuteInCriticalSectionNameBytes()
Name of the critical section handle.
string execute_in_critical_section_name = 1;boolean getExclusiveResourceAccess()
Whether this operation requires exclusive access to its resources, (i.e., no other CriticalSections may request the same resources).
bool exclusive_resource_access = 2;Copyright © 2021. All rights reserved.