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).
      String getExecuteInCriticalSectionName()
      Name of the critical section handle.
      org.nd4j.shade.protobuf.ByteString getExecuteInCriticalSectionNameBytes()
      Name of the critical section handle.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

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

      • getExecuteInCriticalSectionName

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

        org.nd4j.shade.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.