public interface CriticalSectionExecutionDefOrBuilder
extends com.github.os72.protobuf351.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.
|
com.github.os72.protobuf351.ByteString |
getExecuteInCriticalSectionNameBytes()
Name of the critical section handle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getExecuteInCriticalSectionName()
Name of the critical section handle.
string execute_in_critical_section_name = 1;
com.github.os72.protobuf351.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 © 2018. All rights reserved.