Interface SchemaStorageFormat.PositionInfoOrBuilder

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

public static interface SchemaStorageFormat.PositionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    required int64 entryId = 2;
    long
    required int64 ledgerId = 1;
    boolean
    required int64 entryId = 2;
    boolean
    required int64 ledgerId = 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

    • hasLedgerId

      boolean hasLedgerId()
      required int64 ledgerId = 1;
      Returns:
      Whether the ledgerId field is set.
    • getLedgerId

      long getLedgerId()
      required int64 ledgerId = 1;
      Returns:
      The ledgerId.
    • hasEntryId

      boolean hasEntryId()
      required int64 entryId = 2;
      Returns:
      Whether the entryId field is set.
    • getEntryId

      long getEntryId()
      required int64 entryId = 2;
      Returns:
      The entryId.