Package org.apache.bookkeeper.proto
Interface BookkeeperProtocol.ReadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BookkeeperProtocol.ReadResponse,BookkeeperProtocol.ReadResponse.Builder
- Enclosing class:
- BookkeeperProtocol
public static interface BookkeeperProtocol.ReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetBody()optional bytes body = 4;longrequired int64 entryId = 3;longoptional int64 lacUpdateTimestamp = 6;longrequired int64 ledgerId = 2;longPiggyback LACrequired .StatusCode status = 1;booleanhasBody()optional bytes body = 4;booleanrequired int64 entryId = 3;booleanoptional int64 lacUpdateTimestamp = 6;booleanrequired int64 ledgerId = 2;booleanPiggyback LACbooleanrequired .StatusCode status = 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
-
hasStatus
boolean hasStatus()required .StatusCode status = 1;- Returns:
- Whether the status field is set.
-
getStatus
BookkeeperProtocol.StatusCode getStatus()required .StatusCode status = 1;- Returns:
- The status.
-
hasLedgerId
boolean hasLedgerId()required int64 ledgerId = 2;- Returns:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()required int64 ledgerId = 2;- Returns:
- The ledgerId.
-
hasEntryId
boolean hasEntryId()required int64 entryId = 3;- Returns:
- Whether the entryId field is set.
-
getEntryId
long getEntryId()required int64 entryId = 3;- Returns:
- The entryId.
-
hasBody
boolean hasBody()optional bytes body = 4;- Returns:
- Whether the body field is set.
-
getBody
com.google.protobuf.ByteString getBody()optional bytes body = 4;- Returns:
- The body.
-
hasMaxLAC
boolean hasMaxLAC()Piggyback LAC
optional int64 maxLAC = 5;- Returns:
- Whether the maxLAC field is set.
-
getMaxLAC
long getMaxLAC()Piggyback LAC
optional int64 maxLAC = 5;- Returns:
- The maxLAC.
-
hasLacUpdateTimestamp
boolean hasLacUpdateTimestamp()optional int64 lacUpdateTimestamp = 6;- Returns:
- Whether the lacUpdateTimestamp field is set.
-
getLacUpdateTimestamp
long getLacUpdateTimestamp()optional int64 lacUpdateTimestamp = 6;- Returns:
- The lacUpdateTimestamp.
-