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 TypeMethodDescriptionlongrequired int64 entryId = 2;longrequired int64 ledgerId = 1;booleanrequired int64 entryId = 2;booleanrequired int64 ledgerId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-