Interface CriticalSectionExecutionDefOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getExclusiveResourceAccess()
      Whether this operation requires exclusive access to its resources, (i.e., no other CriticalSections may request the same resources).
      java.lang.String getExecuteInCriticalSectionName()
      Name of the critical section handle.
      com.google.protobuf.ByteString getExecuteInCriticalSectionNameBytes()
      Name of the critical section handle.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getExecuteInCriticalSectionName

        java.lang.String getExecuteInCriticalSectionName()
         Name of the critical section handle.
         
        string execute_in_critical_section_name = 1;
        Returns:
        The executeInCriticalSectionName.
      • getExecuteInCriticalSectionNameBytes

        com.google.protobuf.ByteString getExecuteInCriticalSectionNameBytes()
         Name of the critical section handle.
         
        string execute_in_critical_section_name = 1;
        Returns:
        The bytes for executeInCriticalSectionName.
      • getExclusiveResourceAccess

        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;
        Returns:
        The exclusiveResourceAccess.