Interface AntidotePB.ApbTxnPropertiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getReadWrite()
      default = 0 = read_write, 1 = read_only, 2 = write_only
      int getRedBlue()
      default = 0 = blue, 1 = red
      boolean hasReadWrite()
      default = 0 = read_write, 1 = read_only, 2 = write_only
      boolean hasRedBlue()
      default = 0 = blue, 1 = red
      • 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

      • hasReadWrite

        boolean hasReadWrite()
        default = 0 = read_write, 1 = read_only, 2 = write_only
         
        optional uint32 read_write = 1;
      • getReadWrite

        int getReadWrite()
        default = 0 = read_write, 1 = read_only, 2 = write_only
         
        optional uint32 read_write = 1;
      • hasRedBlue

        boolean hasRedBlue()
         default = 0 = blue, 1 = red
         
        optional uint32 red_blue = 2;
      • getRedBlue

        int getRedBlue()
         default = 0 = blue, 1 = red
         
        optional uint32 red_blue = 2;