Serialized Form
-
Package org.apache.bookkeeper.bookie
-
Class org.apache.bookkeeper.bookie.Bookie.NoEntryException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entryId
long entryId
-
ledgerId
long ledgerId
-
-
Class org.apache.bookkeeper.bookie.Bookie.NoLedgerException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ledgerId
long ledgerId
-
-
Class org.apache.bookkeeper.bookie.BookieException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
Class org.apache.bookkeeper.bookie.BookieException.BookieIllegalOpException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.BookieUnauthorizedAccessException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.CookieExistException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.CookieNotFoundException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.DataUnknownException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.DiskPartitionDuplicationException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.EntryLogMetadataMapException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.InvalidCookieException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.LedgerFencedException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.MetadataStoreException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.OperationRejectedException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.UnknownBookieIdException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.BookieException.UpgradeException extends BookieException implements Serializable
-
Class org.apache.bookkeeper.bookie.FileInfo.FileInfoDeletedException extends java.io.IOException implements Serializable
-
Class org.apache.bookkeeper.bookie.LedgerCache.NoIndexForLedgerException extends java.io.IOException implements Serializable
-
Class org.apache.bookkeeper.bookie.LedgerDirsManager.NoWritableLedgerDirException extends java.io.IOException implements Serializable
- serialVersionUID:
- -8696901285061448421L
-
Class org.apache.bookkeeper.bookie.ShortReadException extends java.io.IOException implements Serializable
- serialVersionUID:
- -4201771547564923223L
-
-
Package org.apache.bookkeeper.bookie.storage.ldb
-
Class org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorageDataFormats.LedgerData extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
exists_
boolean exists_
-
explicitLac_
com.google.protobuf.ByteString explicitLac_
-
fenced_
boolean fenced_
-
limbo_
boolean limbo_
-
masterKey_
com.google.protobuf.ByteString masterKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package org.apache.bookkeeper.client
-
Class org.apache.bookkeeper.client.BKException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKAddEntryQuorumTimeoutException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKBookieException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKBookieHandleNotAvailableException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKClientClosedException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKDataUnknownException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKDigestMatchException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKDigestNotInitializedException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKDuplicateEntryIdException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKIllegalOpException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKIncorrectParameterException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKInterruptedException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKLedgerClosedException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKLedgerExistException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKLedgerFencedException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKLedgerIdOverflowException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKLedgerRecoveryException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKMetadataSerializationException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKMetadataVersionException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKNoSuchEntryException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKNoSuchLedgerExistsException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKNoSuchLedgerExistsOnMetadataServerException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKNotEnoughBookiesException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKProtocolVersionException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKQuorumException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKReadException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKReplicationException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKSecurityException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKTimeoutException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKTooManyRequestsException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKUnauthorizedAccessException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKUnclosedFragmentException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKUnexpectedConditionException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKWriteException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.BKWriteOnReadOnlyBookieException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.MetaStoreException extends BKException implements Serializable
-
Class org.apache.bookkeeper.client.BKException.ZKException extends BKException implements Serializable
-
-
Package org.apache.bookkeeper.client.api
-
Class org.apache.bookkeeper.client.api.BKException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package org.apache.bookkeeper.common.collections
-
Class org.apache.bookkeeper.common.collections.RecyclableArrayList extends java.util.ArrayList<T> implements Serializable
-
Serialized Fields
-
handle
io.netty.util.Recycler.Handle<RecyclableArrayList<T>> handle
-
-
-
-
Package org.apache.bookkeeper.common.conf
-
Class org.apache.bookkeeper.common.conf.ConfigException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7842276571881795108L
-
-
Package org.apache.bookkeeper.common.util
-
Class org.apache.bookkeeper.common.util.JsonUtil.ParseJsonException extends java.lang.Exception implements Serializable
-
-
Package org.apache.bookkeeper.common.util.nativeio
-
Class org.apache.bookkeeper.common.util.nativeio.NativeIOException extends java.io.IOException implements Serializable
-
Serialized Fields
-
errno
int errno
-
-
-
-
Package org.apache.bookkeeper.conf
-
Class org.apache.bookkeeper.conf.UncheckedConfigurationException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.bookkeeper.meta
-
Class org.apache.bookkeeper.meta.LayoutManager.LedgerLayoutExistsException extends java.io.IOException implements Serializable
-
-
Package org.apache.bookkeeper.meta.exceptions
-
Class org.apache.bookkeeper.meta.exceptions.MetadataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7833758146152388503L
-
Serialized Fields
-
code
Code code
-
-
-
Package org.apache.bookkeeper.metastore
-
Class org.apache.bookkeeper.metastore.MetastoreException extends java.lang.Exception implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
code
MSException.Code code
-
-
-
Class org.apache.bookkeeper.metastore.MSException.BadVersionException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.IllegalOpException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.KeyExistsException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.MSInterruptedException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.NoEntriesException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.NoKeyException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.OperationFailureException extends MSException implements Serializable
-
Class org.apache.bookkeeper.metastore.MSException.ServiceDownException extends MSException implements Serializable
-
-
Package org.apache.bookkeeper.net
-
Class org.apache.bookkeeper.net.NetworkTopologyImpl.InvalidTopologyException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.bookkeeper.proto
-
Class org.apache.bookkeeper.proto.BookieAddressResolver.BookieIdNotResolvedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
bookieId
BookieId bookieId
-
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.AddRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
body_
com.google.protobuf.ByteString body_
-
entryId_
long entryId_
-
flag_
int flag_
-
ledgerId_
long ledgerId_
-
masterKey_
com.google.protobuf.ByteString masterKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
writeFlags_
int writeFlags_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.AddResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entryId_
long entryId_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
authPluginName_
java.lang.Object authPluginName_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.BKPacketHeader extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
priority_
int priority_
-
txnId_
long txnId_
-
version_
int version_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ContextPair extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
java.lang.Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
java.lang.Object value_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ForceLedgerRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ForceLedgerResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.GetBookieInfoRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
requested_
long requested_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.GetBookieInfoResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
freeDiskSpace_
long freeDiskSpace_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
totalDiskCapacity_
long totalDiskCapacity_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.GetListOfEntriesOfLedgerRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.GetListOfEntriesOfLedgerResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
availabilityOfEntriesOfLedger_
com.google.protobuf.ByteString availabilityOfEntriesOfLedger_
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ReadLacRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ReadLacResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
lacBody_
com.google.protobuf.ByteString lacBody_
-
lastEntryBody_
com.google.protobuf.ByteString lastEntryBody_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ReadRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entryId_
long entryId_
-
flag_
int flag_
-
ledgerId_
long ledgerId_
-
masterKey_
com.google.protobuf.ByteString masterKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
previousLAC_
long previousLAC_
-
timeOut_
long timeOut_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.ReadResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
body_
com.google.protobuf.ByteString body_
-
entryId_
long entryId_
-
lacUpdateTimestamp_
long lacUpdateTimestamp_
-
ledgerId_
long ledgerId_
-
maxLAC_
long maxLAC_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.Request extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
addRequest_
BookkeeperProtocol.AddRequest addRequest_
-
authRequest_
BookkeeperProtocol.AuthMessage authRequest_
-
bitField0_
int bitField0_
-
forceLedgerRequest_
BookkeeperProtocol.ForceLedgerRequest forceLedgerRequest_
-
getBookieInfoRequest_
BookkeeperProtocol.GetBookieInfoRequest getBookieInfoRequest_
-
getListOfEntriesOfLedgerRequest_
BookkeeperProtocol.GetListOfEntriesOfLedgerRequest getListOfEntriesOfLedgerRequest_
-
header_
BookkeeperProtocol.BKPacketHeader header_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
readLacRequest_
BookkeeperProtocol.ReadLacRequest readLacRequest_
-
readRequest_
BookkeeperProtocol.ReadRequest readRequest_
-
requestContext_
java.util.List<BookkeeperProtocol.ContextPair> requestContext_
-
startTLSRequest_
BookkeeperProtocol.StartTLSRequest startTLSRequest_
-
writeLacRequest_
BookkeeperProtocol.WriteLacRequest writeLacRequest_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.Response extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
addResponse_
BookkeeperProtocol.AddResponse addResponse_
-
authResponse_
BookkeeperProtocol.AuthMessage authResponse_
-
bitField0_
int bitField0_
-
forceLedgerResponse_
BookkeeperProtocol.ForceLedgerResponse forceLedgerResponse_
-
getBookieInfoResponse_
BookkeeperProtocol.GetBookieInfoResponse getBookieInfoResponse_
-
getListOfEntriesOfLedgerResponse_
BookkeeperProtocol.GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse_
-
header_
BookkeeperProtocol.BKPacketHeader header_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
readLacResponse_
BookkeeperProtocol.ReadLacResponse readLacResponse_
-
readResponse_
BookkeeperProtocol.ReadResponse readResponse_
-
startTLSResponse_
BookkeeperProtocol.StartTLSResponse startTLSResponse_
-
status_
int status_
-
writeLacResponse_
BookkeeperProtocol.WriteLacResponse writeLacResponse_
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.StartTLSRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.StartTLSResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.WriteLacRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
body_
com.google.protobuf.ByteString body_
-
lac_
long lac_
-
ledgerId_
long ledgerId_
-
masterKey_
com.google.protobuf.ByteString masterKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.BookkeeperProtocol.WriteLacResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ledgerId_
long ledgerId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
-
Class org.apache.bookkeeper.proto.DataFormats.AuditorVoteFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
bookieId_
java.lang.Object bookieId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
endpoints_
java.util.List<DataFormats.BookieServiceInfoFormat.Endpoint> endpoints_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
properties_
com.google.protobuf.MapField<java.lang.String,java.lang.String> properties_
-
-
Class org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat.Endpoint extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
auth_
com.google.protobuf.LazyStringArrayList auth_
-
bitField0_
int bitField0_
-
extensions_
com.google.protobuf.LazyStringArrayList extensions_
-
host_
java.lang.Object host_
-
id_
java.lang.Object id_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
port_
int port_
-
protocol_
java.lang.Object protocol_
-
-
Class org.apache.bookkeeper.proto.DataFormats.CheckAllLedgersFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
checkAllLedgersCTime_
long checkAllLedgersCTime_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.DataFormats.CookieFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
bookieHost_
java.lang.Object bookieHost_
-
indexDirs_
java.lang.Object indexDirs_
-
instanceId_
java.lang.Object instanceId_
-
journalDir_
java.lang.Object journalDir_
-
ledgerDirs_
java.lang.Object ledgerDirs_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.DataFormats.LedgerMetadataFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
ackQuorumSize_
int ackQuorumSize_
-
bitField0_
int bitField0_
-
ctime_
long ctime_
-
cToken_
long cToken_
-
customMetadata_
java.util.List<DataFormats.LedgerMetadataFormat.cMetadataMapEntry> customMetadata_
-
digestType_
int digestType_
-
ensembleSize_
int ensembleSize_
-
lastEntryId_
long lastEntryId_
-
length_
long length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
password_
com.google.protobuf.ByteString password_
-
quorumSize_
int quorumSize_
-
segment_
java.util.List<DataFormats.LedgerMetadataFormat.Segment> segment_
-
state_
int state_
-
-
Class org.apache.bookkeeper.proto.DataFormats.LedgerMetadataFormat.cMetadataMapEntry extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
java.lang.Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
Class org.apache.bookkeeper.proto.DataFormats.LedgerMetadataFormat.Segment extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ensembleMember_
com.google.protobuf.LazyStringArrayList ensembleMember_
-
firstEntryId_
long firstEntryId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.DataFormats.LedgerRereplicationLayoutFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
java.lang.Object type_
-
version_
int version_
-
-
Class org.apache.bookkeeper.proto.DataFormats.LockDataFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
bookieId_
java.lang.Object bookieId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.bookkeeper.proto.DataFormats.PlacementPolicyCheckFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
placementPolicyCheckCTime_
long placementPolicyCheckCTime_
-
-
Class org.apache.bookkeeper.proto.DataFormats.ReplicasCheckFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replicasCheckCTime_
long replicasCheckCTime_
-
-
Class org.apache.bookkeeper.proto.DataFormats.UnderreplicatedLedgerFormat extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ctime_
long ctime_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replica_
com.google.protobuf.LazyStringArrayList replica_
-
-
-
Package org.apache.bookkeeper.replication
-
Class org.apache.bookkeeper.replication.ReplicationException extends java.lang.Exception implements Serializable
-
Class org.apache.bookkeeper.replication.ReplicationException.BKAuditException extends ReplicationException implements Serializable
- serialVersionUID:
- 95551905L
-
Class org.apache.bookkeeper.replication.ReplicationException.CompatibilityException extends ReplicationException implements Serializable
- serialVersionUID:
- 98551903L
-
Class org.apache.bookkeeper.replication.ReplicationException.NonRecoverableReplicationException extends ReplicationException.UnavailableException implements Serializable
- serialVersionUID:
- 31872211L
-
Class org.apache.bookkeeper.replication.ReplicationException.UnavailableException extends ReplicationException implements Serializable
- serialVersionUID:
- 31872209L
-
-
Package org.apache.bookkeeper.stats.prometheus
-
Class org.apache.bookkeeper.stats.prometheus.PrometheusServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.bookkeeper.tls
-
Class org.apache.bookkeeper.tls.SecurityException extends java.lang.Exception implements Serializable
-
-
Package org.apache.bookkeeper.util
-
Class org.apache.bookkeeper.util.DiskChecker.DiskErrorException extends DiskChecker.DiskException implements Serializable
- serialVersionUID:
- 9091606022449761729L
-
Class org.apache.bookkeeper.util.DiskChecker.DiskException extends java.io.IOException implements Serializable
-
Class org.apache.bookkeeper.util.DiskChecker.DiskOutOfSpaceException extends DiskChecker.DiskException implements Serializable
- serialVersionUID:
- 160898797915906860L
-
Serialized Fields
-
usage
float usage
-
-
Class org.apache.bookkeeper.util.DiskChecker.DiskWarnThresholdException extends DiskChecker.DiskException implements Serializable
- serialVersionUID:
- -1629284987500841657L
-
Serialized Fields
-
usage
float usage
-
-
Class org.apache.bookkeeper.util.Shell.ExitCodeException extends java.io.IOException implements Serializable
- serialVersionUID:
- 2241095121609500810L
-
Serialized Fields
-
exitCode
int exitCode
-
-