Interface TraceRmi.AddrRangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TraceRmi.AddrRange, TraceRmi.AddrRange.Builder
Enclosing class:
TraceRmi

public static interface TraceRmi.AddrRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 extend = 3;
    long
    uint64 offset = 2;
    string space = 1;
    com.google.protobuf.ByteString
    string space = 1;

    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 Details

    • getSpace

      String getSpace()
      string space = 1;
      Returns:
      The space.
    • getSpaceBytes

      com.google.protobuf.ByteString getSpaceBytes()
      string space = 1;
      Returns:
      The bytes for space.
    • getOffset

      long getOffset()
      uint64 offset = 2;
      Returns:
      The offset.
    • getExtend

      long getExtend()
      uint64 extend = 3;
      Returns:
      The extend.