jar

org.apache.distributedlog : distributedlog-protocol

Maven & Gradle

Jun 26, 2023
3 usages
1.7k stars

Apache BookKeeper :: DistributedLog :: Protocol

Table Of Contents

Latest Version

Download org.apache.distributedlog : distributedlog-protocol JAR file - Latest Versions:

All Versions

Download org.apache.distributedlog : distributedlog-protocol JAR file - All Versions:

Version Vulnerabilities Size Updated
4.16.x
4.15.x
4.14.x
4.13.x
4.12.x
4.11.x
4.10.x
4.9.x
4.8.x
4.7.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window distributedlog-protocol-4.16.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.distributedlog.exceptions

├─ org.apache.distributedlog.exceptions.AlreadyClosedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.AlreadyTruncatedTransactionException.class - [JAR]

├─ org.apache.distributedlog.exceptions.BKTransmitException.class - [JAR]

├─ org.apache.distributedlog.exceptions.ChecksumFailedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.DLClientClosedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.DLException.class - [JAR]

├─ org.apache.distributedlog.exceptions.DLIllegalStateException.class - [JAR]

├─ org.apache.distributedlog.exceptions.DLInterruptedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.EndOfLogSegmentException.class - [JAR]

├─ org.apache.distributedlog.exceptions.EndOfStreamException.class - [JAR]

├─ org.apache.distributedlog.exceptions.FlushException.class - [JAR]

├─ org.apache.distributedlog.exceptions.IdleReaderException.class - [JAR]

├─ org.apache.distributedlog.exceptions.InternalServerException.class - [JAR]

├─ org.apache.distributedlog.exceptions.InvalidEnvelopedEntryException.class - [JAR]

├─ org.apache.distributedlog.exceptions.InvalidStreamNameException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LockCancelledException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LockingException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogEmptyException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogExistsException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogNotFoundException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogReadException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogRecordTooLongException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogSegmentIsTruncatedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.LogSegmentNotFoundException.class - [JAR]

├─ org.apache.distributedlog.exceptions.MetadataException.class - [JAR]

├─ org.apache.distributedlog.exceptions.NotYetImplementedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.OverCapacityException.class - [JAR]

├─ org.apache.distributedlog.exceptions.OwnershipAcquireFailedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.ReadCancelledException.class - [JAR]

├─ org.apache.distributedlog.exceptions.RegionUnavailableException.class - [JAR]

├─ org.apache.distributedlog.exceptions.RequestDeniedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.RetryableReadException.class - [JAR]

├─ org.apache.distributedlog.exceptions.ServiceUnavailableException.class - [JAR]

├─ org.apache.distributedlog.exceptions.StatusCode.class - [JAR]

├─ org.apache.distributedlog.exceptions.StreamNotReadyException.class - [JAR]

├─ org.apache.distributedlog.exceptions.StreamUnavailableException.class - [JAR]

├─ org.apache.distributedlog.exceptions.TooManyStreamsException.class - [JAR]

├─ org.apache.distributedlog.exceptions.TransactionIdOutOfOrderException.class - [JAR]

├─ org.apache.distributedlog.exceptions.UnexpectedException.class - [JAR]

├─ org.apache.distributedlog.exceptions.UnsupportedMetadataVersionException.class - [JAR]

├─ org.apache.distributedlog.exceptions.WriteCancelledException.class - [JAR]

├─ org.apache.distributedlog.exceptions.WriteException.class - [JAR]

├─ org.apache.distributedlog.exceptions.package-info.class - [JAR]

org.apache.distributedlog

├─ org.apache.distributedlog.DLSN.class - [JAR]

├─ org.apache.distributedlog.EnvelopedRecordSetReader.class - [JAR]

├─ org.apache.distributedlog.EnvelopedRecordSetWriter.class - [JAR]

├─ org.apache.distributedlog.LogRecord.class - [JAR]

├─ org.apache.distributedlog.LogRecordSet.class - [JAR]

├─ org.apache.distributedlog.LogRecordSetBuffer.class - [JAR]

├─ org.apache.distributedlog.LogRecordWithDLSN.class - [JAR]

├─ org.apache.distributedlog.RecordStream.class - [JAR]

├─ org.apache.distributedlog.TransmitListener.class - [JAR]

├─ org.apache.distributedlog.package-info.class - [JAR]

Advertisement