[release 0.4.0-incubating] Add Java API docs

Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/1e6843e5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/1e6843e5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/1e6843e5

Branch: refs/heads/asf-site
Commit: 1e6843e5ba7de89ab23032c2f9d02a3e59244578
Parents: 7e29970
Author: Sijie Guo <si...@apache.org>
Authored: Sun Jan 8 19:33:59 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Sun Jan 8 19:33:59 2017 -0800

----------------------------------------------------------------------
 .../api/java/allclasses-frame.html              |   229 +
 .../api/java/allclasses-noframe.html            |   229 +
 .../subscription/package-frame.html             |    15 +
 .../subscription/package-summary.html           |   135 +
 .../subscription/package-tree.html              |   129 +
 .../subscription/package-use.html               |   126 +
 .../api/java/constant-values.html               |  2322 ++++
 .../api/java/deprecated-list.html               |   199 +
 .../0.4.0-incubating/api/java/help-doc.html     |   231 +
 .../0.4.0-incubating/api/java/index-all.html    |  5743 +++++++++
 .../docs/0.4.0-incubating/api/java/index.html   |    75 +
 .../distributedlog/AppendOnlyStreamReader.html  |   323 +
 .../distributedlog/AppendOnlyStreamWriter.html  |   351 +
 .../apache/distributedlog/AsyncLogReader.html   |   333 +
 .../apache/distributedlog/AsyncLogWriter.html   |   358 +
 .../distributedlog/AsyncNotification.html       |   246 +
 .../BKDistributedLogNamespace.html              |   668 ++
 .../apache/distributedlog/BookKeeperClient.html |   313 +
 .../distributedlog/BookKeeperClientBuilder.html |   480 +
 .../java/org/apache/distributedlog/DLSN.html    |   683 ++
 .../DistributedLogConfiguration.html            | 10283 +++++++++++++++++
 .../distributedlog/DistributedLogConstants.html |   744 ++
 .../distributedlog/DistributedLogManager.html   |  1014 ++
 .../apache/distributedlog/Entry.Builder.html    |   470 +
 .../org/apache/distributedlog/Entry.Reader.html |   328 +
 .../org/apache/distributedlog/Entry.Writer.html |   373 +
 .../java/org/apache/distributedlog/Entry.html   |   350 +
 .../LocalDLMEmulator.Builder.html               |   373 +
 .../apache/distributedlog/LocalDLMEmulator.html |   571 +
 .../org/apache/distributedlog/LogReader.html    |   447 +
 .../apache/distributedlog/LogRecord.Reader.html |   360 +
 .../apache/distributedlog/LogRecord.Writer.html |   301 +
 .../org/apache/distributedlog/LogRecord.html    |   708 ++
 .../distributedlog/LogRecordSet.Reader.html     |   238 +
 .../distributedlog/LogRecordSet.Writer.html     |   256 +
 .../org/apache/distributedlog/LogRecordSet.html |   420 +
 .../distributedlog/LogRecordSetBuffer.html      |   322 +
 .../distributedlog/LogRecordWithDLSN.html       |   396 +
 ...gmentMetadata.LogSegmentMetadataBuilder.html |   569 +
 ...gmentMetadata.LogSegmentMetadataVersion.html |   444 +
 .../LogSegmentMetadata.Mutator.html             |   350 +
 .../LogSegmentMetadata.TruncationStatus.html    |   359 +
 .../distributedlog/LogSegmentMetadata.html      |   902 ++
 .../org/apache/distributedlog/LogWriter.html    |   353 +
 .../apache/distributedlog/MetadataAccessor.html |   336 +
 .../org/apache/distributedlog/ReadUtils.html    |   402 +
 .../ZooKeeperClient.Credentials.html            |   267 +
 .../ZooKeeperClient.DigestCredentials.html      |   303 +
 ...eperClient.ZooKeeperConnectionException.html |   288 +
 ...erClient.ZooKeeperSessionExpireNotifier.html |   227 +
 .../apache/distributedlog/ZooKeeperClient.html  |   430 +
 .../distributedlog/ZooKeeperClientBuilder.html  |   485 +
 .../DistributedLogAnnotations.Compression.html  |   167 +
 .../DistributedLogAnnotations.FlakyTest.html    |   167 +
 .../annotations/DistributedLogAnnotations.html  |   267 +
 .../DistributedLogAnnotations.Compression.html  |   126 +
 .../DistributedLogAnnotations.FlakyTest.html    |   126 +
 .../class-use/DistributedLogAnnotations.html    |   126 +
 .../annotations/package-frame.html              |    26 +
 .../annotations/package-summary.html            |   178 +
 .../annotations/package-tree.html               |   144 +
 .../distributedlog/annotations/package-use.html |   126 +
 .../callback/LogSegmentListener.html            |   248 +
 .../callback/LogSegmentNamesListener.html       |   249 +
 .../callback/NamespaceListener.html             |   235 +
 .../callback/ReadAheadCallback.html             |   224 +
 .../callback/class-use/LogSegmentListener.html  |   176 +
 .../class-use/LogSegmentNamesListener.html      |   179 +
 .../callback/class-use/NamespaceListener.html   |   271 +
 .../callback/class-use/ReadAheadCallback.html   |   126 +
 .../distributedlog/callback/package-frame.html  |    24 +
 .../callback/package-summary.html               |   172 +
 .../distributedlog/callback/package-tree.html   |   138 +
 .../distributedlog/callback/package-use.html    |   253 +
 .../class-use/AppendOnlyStreamReader.html       |   170 +
 .../class-use/AppendOnlyStreamWriter.html       |   170 +
 .../class-use/AsyncLogReader.html               |   210 +
 .../class-use/AsyncLogWriter.html               |   185 +
 .../class-use/AsyncNotification.html            |   126 +
 .../class-use/BKDistributedLogNamespace.html    |   126 +
 .../class-use/BookKeeperClient.html             |   183 +
 .../class-use/BookKeeperClientBuilder.html      |   228 +
 .../apache/distributedlog/class-use/DLSN.html   |   674 ++
 .../class-use/DistributedLogConfiguration.html  |  1145 ++
 .../class-use/DistributedLogConstants.html      |   126 +
 .../class-use/DistributedLogManager.html        |   219 +
 .../distributedlog/class-use/Entry.Builder.html |   226 +
 .../distributedlog/class-use/Entry.Reader.html  |   207 +
 .../distributedlog/class-use/Entry.Writer.html  |   174 +
 .../apache/distributedlog/class-use/Entry.html  |   168 +
 .../class-use/LocalDLMEmulator.Builder.html     |   196 +
 .../class-use/LocalDLMEmulator.html             |   168 +
 .../distributedlog/class-use/LogReader.html     |   174 +
 .../class-use/LogRecord.Reader.html             |   126 +
 .../class-use/LogRecord.Writer.html             |   126 +
 .../distributedlog/class-use/LogRecord.html     |   273 +
 .../class-use/LogRecordSet.Reader.html          |   168 +
 .../class-use/LogRecordSet.Writer.html          |   169 +
 .../distributedlog/class-use/LogRecordSet.html  |   126 +
 .../class-use/LogRecordSetBuffer.html           |   222 +
 .../class-use/LogRecordWithDLSN.html            |   320 +
 ...gmentMetadata.LogSegmentMetadataBuilder.html |   203 +
 ...gmentMetadata.LogSegmentMetadataVersion.html |   235 +
 .../class-use/LogSegmentMetadata.Mutator.html   |   196 +
 .../LogSegmentMetadata.TruncationStatus.html    |   190 +
 .../class-use/LogSegmentMetadata.html           |   714 ++
 .../distributedlog/class-use/LogWriter.html     |   170 +
 .../class-use/MetadataAccessor.html             |   170 +
 .../distributedlog/class-use/ReadUtils.html     |   126 +
 .../class-use/ZooKeeperClient.Credentials.html  |   181 +
 .../ZooKeeperClient.DigestCredentials.html      |   126 +
 ...eperClient.ZooKeeperConnectionException.html |   171 +
 ...erClient.ZooKeeperSessionExpireNotifier.html |   171 +
 .../class-use/ZooKeeperClient.html              |   234 +
 .../class-use/ZooKeeperClientBuilder.html       |   232 +
 .../distributedlog/client/ClientConfig.html     |   638 +
 .../client/DistributedLogClientImpl.html        |   736 ++
 ...DistributedLogMultiStreamWriter.Builder.html |   544 +
 .../client/DistributedLogMultiStreamWriter.html |   316 +
 .../client/class-use/ClientConfig.html          |   325 +
 .../class-use/DistributedLogClientImpl.html     |   126 +
 ...DistributedLogMultiStreamWriter.Builder.html |   242 +
 .../DistributedLogMultiStreamWriter.html        |   170 +
 .../client/monitor/MonitorServiceClient.html    |   317 +
 .../monitor/class-use/MonitorServiceClient.html |   209 +
 .../client/monitor/package-frame.html           |    21 +
 .../client/monitor/package-summary.html         |   155 +
 .../client/monitor/package-tree.html            |   135 +
 .../client/monitor/package-use.html             |   186 +
 .../client/ownership/OwnershipCache.html        |   458 +
 .../ownership/class-use/OwnershipCache.html     |   126 +
 .../client/ownership/package-frame.html         |    21 +
 .../client/ownership/package-summary.html       |   155 +
 .../client/ownership/package-tree.html          |   139 +
 .../client/ownership/package-use.html           |   126 +
 .../distributedlog/client/package-frame.html    |    24 +
 .../distributedlog/client/package-summary.html  |   173 +
 .../distributedlog/client/package-tree.html     |   142 +
 .../distributedlog/client/package-use.html      |   219 +
 .../client/proxy/ClusterClient.html             |   302 +
 .../client/proxy/HostProvider.html              |   235 +
 .../client/proxy/ProxyClient.Builder.html       |   241 +
 .../proxy/ProxyClient.DefaultBuilder.html       |   261 +
 .../client/proxy/ProxyClient.html               |   367 +
 .../client/proxy/ProxyClientManager.html        |   472 +
 .../client/proxy/ProxyListener.html             |   267 +
 .../client/proxy/class-use/ClusterClient.html   |   175 +
 .../client/proxy/class-use/HostProvider.html    |   196 +
 .../proxy/class-use/ProxyClient.Builder.html    |   202 +
 .../class-use/ProxyClient.DefaultBuilder.html   |   126 +
 .../client/proxy/class-use/ProxyClient.html     |   265 +
 .../proxy/class-use/ProxyClientManager.html     |   126 +
 .../client/proxy/class-use/ProxyListener.html   |   196 +
 .../client/proxy/package-frame.html             |    30 +
 .../client/proxy/package-summary.html           |   202 +
 .../client/proxy/package-tree.html              |   148 +
 .../client/proxy/package-use.html               |   216 +
 .../client/resolver/DefaultRegionResolver.html  |   326 +
 .../client/resolver/RegionResolver.html         |   257 +
 .../class-use/DefaultRegionResolver.html        |   126 +
 .../resolver/class-use/RegionResolver.html      |   278 +
 .../client/resolver/package-frame.html          |    25 +
 .../client/resolver/package-summary.html        |   172 +
 .../client/resolver/package-tree.html           |   143 +
 .../client/resolver/package-use.html            |   232 +
 .../ConsistentHashRoutingService.Builder.html   |   336 +
 .../routing/ConsistentHashRoutingService.html   |   694 ++
 .../routing/RegionsRoutingService.Builder.html  |   310 +
 .../client/routing/RegionsRoutingService.html   |   532 +
 .../client/routing/RoutingService.Builder.html  |   261 +
 .../routing/RoutingService.RoutingContext.html  |   350 +
 .../routing/RoutingService.RoutingListener.html |   259 +
 .../client/routing/RoutingService.html          |   395 +
 .../client/routing/RoutingUtils.html            |   349 +
 .../ServerSetWatcher.MonitorException.html      |   283 +
 .../ServerSetWatcher.ServerSetMonitor.html      |   238 +
 .../client/routing/ServerSetWatcher.html        |   269 +
 .../SingleHostRoutingService.Builder.html       |   297 +
 .../routing/SingleHostRoutingService.html       |   478 +
 .../distributedlog/client/routing/TestName.html |   307 +
 .../client/routing/TwitterServerSetWatcher.html |   321 +
 .../ConsistentHashRoutingService.Builder.html   |   190 +
 .../class-use/ConsistentHashRoutingService.html |   171 +
 .../RegionsRoutingService.Builder.html          |   178 +
 .../class-use/RegionsRoutingService.html        |   175 +
 .../class-use/RoutingService.Builder.html       |   242 +
 .../RoutingService.RoutingContext.html          |   206 +
 .../RoutingService.RoutingListener.html         |   218 +
 .../routing/class-use/RoutingService.html       |   342 +
 .../client/routing/class-use/RoutingUtils.html  |   126 +
 .../ServerSetWatcher.MonitorException.html      |   176 +
 .../ServerSetWatcher.ServerSetMonitor.html      |   176 +
 .../routing/class-use/ServerSetWatcher.html     |   186 +
 .../SingleHostRoutingService.Builder.html       |   174 +
 .../class-use/SingleHostRoutingService.html     |   168 +
 .../client/routing/class-use/TestName.html      |   126 +
 .../class-use/TwitterServerSetWatcher.html      |   126 +
 .../client/routing/package-frame.html           |    42 +
 .../client/routing/package-summary.html         |   267 +
 .../client/routing/package-tree.html            |   169 +
 .../client/routing/package-use.html             |   274 +
 .../client/serverset/DLZkServerSet.html         |   317 +
 .../serverset/class-use/DLZkServerSet.html      |   193 +
 .../client/serverset/package-frame.html         |    21 +
 .../client/serverset/package-summary.html       |   155 +
 .../client/serverset/package-tree.html          |   139 +
 .../client/serverset/package-use.html           |   186 +
 ...efaultSpeculativeRequestExecutionPolicy.html |   295 +
 .../SpeculativeRequestExecutionPolicy.html      |   238 +
 .../speculative/SpeculativeRequestExecutor.html |   231 +
 ...efaultSpeculativeRequestExecutionPolicy.html |   126 +
 .../SpeculativeRequestExecutionPolicy.html      |   170 +
 .../class-use/SpeculativeRequestExecutor.html   |   178 +
 .../client/speculative/package-frame.html       |    26 +
 .../client/speculative/package-summary.html     |   178 +
 .../client/speculative/package-tree.html        |   144 +
 .../client/speculative/package-use.html         |   168 +
 .../client/stats/ClientStats.html               |   325 +
 .../client/stats/ClientStatsLogger.html         |   304 +
 .../distributedlog/client/stats/OpStats.html    |   299 +
 .../client/stats/OpStatsLogger.html             |   291 +
 .../OwnershipStatsLogger.OwnershipStat.html     |   296 +
 .../client/stats/OwnershipStatsLogger.html      |   349 +
 .../client/stats/class-use/ClientStats.html     |   187 +
 .../stats/class-use/ClientStatsLogger.html      |   126 +
 .../client/stats/class-use/OpStats.html         |   168 +
 .../client/stats/class-use/OpStatsLogger.html   |   126 +
 .../OwnershipStatsLogger.OwnershipStat.html     |   126 +
 .../stats/class-use/OwnershipStatsLogger.html   |   168 +
 .../client/stats/package-frame.html             |    26 +
 .../client/stats/package-summary.html           |   185 +
 .../client/stats/package-tree.html              |   144 +
 .../client/stats/package-use.html               |   209 +
 .../exceptions/AlreadyClosedException.html      |   299 +
 .../AlreadyTruncatedTransactionException.html   |   297 +
 .../exceptions/BKTransmitException.html         |   335 +
 .../exceptions/ChecksumFailedException.html     |   297 +
 .../exceptions/DLClientClosedException.html     |   311 +
 .../distributedlog/exceptions/DLException.html  |   413 +
 .../exceptions/DLIllegalStateException.html     |   311 +
 .../exceptions/DLInterruptedException.html      |   311 +
 .../exceptions/EndOfLogSegmentException.html    |   297 +
 .../exceptions/EndOfStreamException.html        |   297 +
 .../exceptions/FlushException.html              |   366 +
 .../exceptions/IdleReaderException.html         |   272 +
 .../exceptions/InternalServerException.html     |   323 +
 .../InvalidEnvelopedEntryException.html         |   297 +
 .../exceptions/InvalidStreamNameException.html  |   311 +
 .../exceptions/LockCancelledException.html      |   306 +
 .../exceptions/LockingException.html            |   358 +
 .../exceptions/LogEmptyException.html           |   297 +
 .../exceptions/LogExistsException.html          |   297 +
 .../exceptions/LogNotFoundException.html        |   297 +
 .../exceptions/LogReadException.html            |   298 +
 .../exceptions/LogRecordTooLongException.html   |   299 +
 .../LogSegmentIsTruncatedException.html         |   297 +
 .../exceptions/LogSegmentNotFoundException.html |   297 +
 .../exceptions/MetadataException.html           |   311 +
 .../exceptions/NotYetImplementedException.html  |   297 +
 .../exceptions/OverCapacityException.html       |   318 +
 .../OwnershipAcquireFailedException.html        |   340 +
 .../exceptions/ReadCancelledException.html      |   299 +
 .../exceptions/RegionUnavailableException.html  |   299 +
 .../exceptions/RequestDeniedException.html      |   299 +
 .../exceptions/RetryableReadException.html      |   315 +
 .../exceptions/ServiceUnavailableException.html |   297 +
 .../exceptions/StreamNotReadyException.html     |   297 +
 .../exceptions/StreamUnavailableException.html  |   297 +
 .../exceptions/TooManyStreamsException.html     |   302 +
 .../TransactionIdOutOfOrderException.html       |   377 +
 .../exceptions/UnexpectedException.html         |   323 +
 .../UnsupportedMetadataVersionException.html    |   297 +
 .../exceptions/WriteCancelledException.html     |   325 +
 .../exceptions/WriteException.html              |   299 +
 .../distributedlog/exceptions/ZKException.html  |   345 +
 .../class-use/AlreadyClosedException.html       |   168 +
 .../AlreadyTruncatedTransactionException.html   |   126 +
 .../class-use/BKTransmitException.html          |   126 +
 .../class-use/ChecksumFailedException.html      |   126 +
 .../class-use/DLClientClosedException.html      |   126 +
 .../exceptions/class-use/DLException.html       |   469 +
 .../class-use/DLIllegalStateException.html      |   126 +
 .../class-use/DLInterruptedException.html       |   126 +
 .../class-use/EndOfLogSegmentException.html     |   126 +
 .../class-use/EndOfStreamException.html         |   126 +
 .../exceptions/class-use/FlushException.html    |   126 +
 .../class-use/IdleReaderException.html          |   126 +
 .../class-use/InternalServerException.html      |   126 +
 .../InvalidEnvelopedEntryException.html         |   126 +
 .../class-use/InvalidStreamNameException.html   |   245 +
 .../class-use/LockCancelledException.html       |   126 +
 .../exceptions/class-use/LockingException.html  |   275 +
 .../exceptions/class-use/LogEmptyException.html |   126 +
 .../class-use/LogExistsException.html           |   126 +
 .../class-use/LogNotFoundException.html         |   194 +
 .../exceptions/class-use/LogReadException.html  |   126 +
 .../class-use/LogRecordTooLongException.html    |   178 +
 .../LogSegmentIsTruncatedException.html         |   126 +
 .../class-use/LogSegmentNotFoundException.html  |   126 +
 .../exceptions/class-use/MetadataException.html |   126 +
 .../class-use/NotYetImplementedException.html   |   126 +
 .../class-use/OverCapacityException.html        |   170 +
 .../OwnershipAcquireFailedException.html        |   171 +
 .../class-use/ReadCancelledException.html       |   126 +
 .../class-use/RegionUnavailableException.html   |   126 +
 .../class-use/RequestDeniedException.html       |   126 +
 .../class-use/RetryableReadException.html       |   126 +
 .../class-use/ServiceUnavailableException.html  |   126 +
 .../class-use/StreamNotReadyException.html      |   126 +
 .../class-use/StreamUnavailableException.html   |   126 +
 .../class-use/TooManyStreamsException.html      |   126 +
 .../TransactionIdOutOfOrderException.html       |   126 +
 .../class-use/UnexpectedException.html          |   170 +
 .../UnsupportedMetadataVersionException.html    |   126 +
 .../class-use/WriteCancelledException.html      |   126 +
 .../exceptions/class-use/WriteException.html    |   178 +
 .../exceptions/class-use/ZKException.html       |   168 +
 .../exceptions/package-frame.html               |    62 +
 .../exceptions/package-summary.html             |   402 +
 .../distributedlog/exceptions/package-tree.html |   201 +
 .../distributedlog/exceptions/package-use.html  |   305 +
 .../feature/AbstractFeatureProvider.html        |   415 +
 .../distributedlog/feature/CoreFeatureKeys.html |   356 +
 .../feature/DefaultFeatureProvider.html         |   349 +
 .../DynamicConfigurationFeatureProvider.html    |   418 +
 .../class-use/AbstractFeatureProvider.html      |   176 +
 .../feature/class-use/CoreFeatureKeys.html      |   177 +
 .../class-use/DefaultFeatureProvider.html       |   126 +
 .../DynamicConfigurationFeatureProvider.html    |   126 +
 .../distributedlog/feature/package-frame.html   |    27 +
 .../distributedlog/feature/package-summary.html |   184 +
 .../distributedlog/feature/package-tree.html    |   160 +
 .../distributedlog/feature/package-use.html     |   168 +
 .../org/apache/distributedlog/io/Abortable.html |   247 +
 .../apache/distributedlog/io/Abortables.html    |   402 +
 .../distributedlog/io/AsyncAbortable.html       |   296 +
 .../distributedlog/io/AsyncCloseable.html       |   306 +
 .../distributedlog/io/AsyncDeleteable.html      |   233 +
 .../org/apache/distributedlog/io/Buffer.html    |   317 +
 .../io/CompressionCodec.Type.html               |   360 +
 .../distributedlog/io/CompressionCodec.html     |   333 +
 .../distributedlog/io/CompressionUtils.html     |   362 +
 .../io/IdentityCompressionCodec.html            |   387 +
 .../distributedlog/io/LZ4CompressionCodec.html  |   389 +
 .../distributedlog/io/TransmitListener.html     |   285 +
 .../distributedlog/io/class-use/Abortable.html  |   202 +
 .../distributedlog/io/class-use/Abortables.html |   126 +
 .../io/class-use/AsyncAbortable.html            |   266 +
 .../io/class-use/AsyncCloseable.html            |   317 +
 .../io/class-use/AsyncDeleteable.html           |   126 +
 .../distributedlog/io/class-use/Buffer.html     |   126 +
 .../io/class-use/CompressionCodec.Type.html     |   259 +
 .../io/class-use/CompressionCodec.html          |   191 +
 .../io/class-use/CompressionUtils.html          |   126 +
 .../io/class-use/IdentityCompressionCodec.html  |   126 +
 .../io/class-use/LZ4CompressionCodec.html       |   126 +
 .../io/class-use/TransmitListener.html          |   176 +
 .../apache/distributedlog/io/package-frame.html |    38 +
 .../distributedlog/io/package-summary.html      |   243 +
 .../apache/distributedlog/io/package-tree.html  |   172 +
 .../apache/distributedlog/io/package-use.html   |   300 +
 .../distributedlog/lock/DistributedLock.html    |   310 +
 .../lock/EpochChangedException.html             |   307 +
 .../lock/LockClosedException.html               |   320 +
 .../lock/LockSessionExpiredException.html       |   306 +
 .../lock/LockStateChangedException.html         |   262 +
 .../lock/LockTimeoutException.html              |   262 +
 .../apache/distributedlog/lock/LockWaiter.html  |   348 +
 .../distributedlog/lock/NopDistributedLock.html |   378 +
 .../apache/distributedlog/lock/SessionLock.html |   400 +
 .../distributedlog/lock/SessionLockFactory.html |   240 +
 .../distributedlog/lock/ZKDistributedLock.html  |   429 +
 .../lock/ZKSessionLockFactory.html              |   306 +
 .../lock/class-use/DistributedLock.html         |   250 +
 .../lock/class-use/EpochChangedException.html   |   126 +
 .../lock/class-use/LockClosedException.html     |   126 +
 .../class-use/LockSessionExpiredException.html  |   126 +
 .../class-use/LockStateChangedException.html    |   126 +
 .../lock/class-use/LockTimeoutException.html    |   126 +
 .../lock/class-use/LockWaiter.html              |   171 +
 .../lock/class-use/NopDistributedLock.html      |   126 +
 .../lock/class-use/SessionLock.html             |   191 +
 .../lock/class-use/SessionLockFactory.html      |   185 +
 .../lock/class-use/ZKDistributedLock.html       |   170 +
 .../lock/class-use/ZKSessionLockFactory.html    |   126 +
 .../distributedlog/lock/package-frame.html      |    38 +
 .../distributedlog/lock/package-summary.html    |   244 +
 .../distributedlog/lock/package-tree.html       |   177 +
 .../apache/distributedlog/lock/package-use.html |   206 +
 ...gSegmentEntryReader.StateChangeListener.html |   230 +
 .../logsegment/LogSegmentEntryReader.html       |   447 +
 .../logsegment/LogSegmentEntryStore.html        |   311 +
 .../logsegment/LogSegmentEntryWriter.html       |   308 +
 .../logsegment/LogSegmentFilter.html            |   269 +
 .../logsegment/LogSegmentMetadataCache.html     |   350 +
 .../logsegment/LogSegmentMetadataStore.html     |   458 +
 .../LogSegmentRandomAccessEntryReader.html      |   284 +
 .../logsegment/LogSegmentWriter.html            |   374 +
 .../logsegment/PerStreamLogSegmentCache.html    |   486 +
 .../logsegment/RollingPolicy.html               |   239 +
 .../logsegment/SizeBasedRollingPolicy.html      |   293 +
 .../logsegment/TimeBasedRollingPolicy.html      |   293 +
 ...gSegmentEntryReader.StateChangeListener.html |   176 +
 .../class-use/LogSegmentEntryReader.html        |   192 +
 .../class-use/LogSegmentEntryStore.html         |   229 +
 .../class-use/LogSegmentEntryWriter.html        |   171 +
 .../logsegment/class-use/LogSegmentFilter.html  |   168 +
 .../class-use/LogSegmentMetadataCache.html      |   126 +
 .../class-use/LogSegmentMetadataStore.html      |   213 +
 .../LogSegmentRandomAccessEntryReader.html      |   171 +
 .../logsegment/class-use/LogSegmentWriter.html  |   126 +
 .../class-use/PerStreamLogSegmentCache.html     |   126 +
 .../logsegment/class-use/RollingPolicy.html     |   172 +
 .../class-use/SizeBasedRollingPolicy.html       |   126 +
 .../class-use/TimeBasedRollingPolicy.html       |   126 +
 .../logsegment/package-frame.html               |    36 +
 .../logsegment/package-summary.html             |   233 +
 .../distributedlog/logsegment/package-tree.html |   175 +
 .../distributedlog/logsegment/package-use.html  |   256 +
 .../distributedlog/metadata/DLConfig.html       |   250 +
 .../distributedlog/metadata/DLMetadata.html     |   463 +
 .../DryrunLogSegmentMetadataStoreUpdater.html   |   318 +
 .../distributedlog/metadata/LogMetadata.html    |   773 ++
 .../metadata/LogMetadataForReader.html          |   363 +
 .../metadata/LogMetadataForWriter.html          |   346 +
 .../metadata/LogMetadataStore.html              |   296 +
 .../LogSegmentMetadataStoreUpdater.html         |   597 +
 .../metadata/LogStreamMetadataStore.html        |   416 +
 .../metadata/MetadataResolver.html              |   250 +
 .../metadata/MetadataUpdater.html               |   409 +
 .../metadata/class-use/DLConfig.html            |   180 +
 .../metadata/class-use/DLMetadata.html          |   181 +
 .../DryrunLogSegmentMetadataStoreUpdater.html   |   126 +
 .../metadata/class-use/LogMetadata.html         |   205 +
 .../class-use/LogMetadataForReader.html         |   188 +
 .../class-use/LogMetadataForWriter.html         |   224 +
 .../metadata/class-use/LogMetadataStore.html    |   170 +
 .../LogSegmentMetadataStoreUpdater.html         |   168 +
 .../class-use/LogStreamMetadataStore.html       |   170 +
 .../metadata/class-use/MetadataResolver.html    |   126 +
 .../metadata/class-use/MetadataUpdater.html     |   186 +
 .../distributedlog/metadata/package-frame.html  |    34 +
 .../metadata/package-summary.html               |   222 +
 .../distributedlog/metadata/package-tree.html   |   166 +
 .../distributedlog/metadata/package-use.html    |   247 +
 .../namespace/DistributedLogNamespace.html      |   498 +
 .../DistributedLogNamespaceBuilder.html         |   453 +
 .../namespace/NamespaceDriver.Role.html         |   347 +
 .../namespace/NamespaceDriver.html              |   469 +
 .../namespace/NamespaceDriverManager.html       |   299 +
 .../namespace/NamespaceWatcher.html             |   355 +
 .../class-use/DistributedLogNamespace.html      |   220 +
 .../DistributedLogNamespaceBuilder.html         |   216 +
 .../class-use/NamespaceDriver.Role.html         |   198 +
 .../namespace/class-use/NamespaceDriver.html    |   264 +
 .../class-use/NamespaceDriverManager.html       |   126 +
 .../namespace/class-use/NamespaceWatcher.html   |   126 +
 .../distributedlog/namespace/package-frame.html |    32 +
 .../namespace/package-summary.html              |   205 +
 .../distributedlog/namespace/package-tree.html  |   166 +
 .../distributedlog/namespace/package-use.html   |   227 +
 .../apache/distributedlog/net/DNSResolver.html  |   401 +
 .../distributedlog/net/DNSResolverForRacks.html |   344 +
 .../distributedlog/net/DNSResolverForRows.html  |   344 +
 .../org/apache/distributedlog/net/NetUtils.html |   292 +
 .../net/class-use/DNSResolver.html              |   176 +
 .../net/class-use/DNSResolverForRacks.html      |   126 +
 .../net/class-use/DNSResolverForRows.html       |   126 +
 .../distributedlog/net/class-use/NetUtils.html  |   126 +
 .../distributedlog/net/package-frame.html       |    24 +
 .../distributedlog/net/package-summary.html     |   185 +
 .../apache/distributedlog/net/package-tree.html |   145 +
 .../apache/distributedlog/net/package-use.html  |   163 +
 .../apache/distributedlog/package-frame.html    |    70 +
 .../apache/distributedlog/package-summary.html  |   403 +
 .../org/apache/distributedlog/package-tree.html |   263 +
 .../org/apache/distributedlog/package-use.html  |   592 +
 .../distributedlog/service/ClientUtils.html     |   274 +
 .../distributedlog/service/DLSocketAddress.html |   476 +
 .../service/DistributedLogClient.html           |   401 +
 .../service/DistributedLogClientBuilder.html    |   931 ++
 .../service/DistributedLogCluster.Builder.html  |   445 +
 .../service/DistributedLogCluster.DLServer.html |   353 +
 .../service/DistributedLogCluster.html          |   342 +
 .../service/DistributedLogServer.html           |   362 +
 .../service/DistributedLogServerApp.html        |   240 +
 .../service/DistributedLogServiceImpl.html      |   530 +
 .../service/FatalErrorHandler.html              |   233 +
 .../distributedlog/service/MonitorService.html  |   322 +
 .../service/MonitorServiceApp.html              |   240 +
 .../distributedlog/service/ResponseUtils.html   |   404 +
 .../service/ServerFeatureKeys.html              |   368 +
 .../service/class-use/ClientUtils.html          |   126 +
 .../service/class-use/DLSocketAddress.html      |   200 +
 .../service/class-use/DistributedLogClient.html |   224 +
 .../class-use/DistributedLogClientBuilder.html  |   359 +
 .../DistributedLogCluster.Builder.html          |   222 +
 .../DistributedLogCluster.DLServer.html         |   126 +
 .../class-use/DistributedLogCluster.html        |   168 +
 .../service/class-use/DistributedLogServer.html |   181 +
 .../class-use/DistributedLogServerApp.html      |   126 +
 .../class-use/DistributedLogServiceImpl.html    |   168 +
 .../service/class-use/FatalErrorHandler.html    |   170 +
 .../service/class-use/MonitorService.html       |   126 +
 .../service/class-use/MonitorServiceApp.html    |   126 +
 .../service/class-use/ResponseUtils.html        |   126 +
 .../service/class-use/ServerFeatureKeys.html    |   177 +
 .../distributedlog/service/package-frame.html   |    41 +
 .../distributedlog/service/package-summary.html |   261 +
 .../distributedlog/service/package-tree.html    |   167 +
 .../distributedlog/service/package-use.html     |   249 +
 .../subscription/SubscriptionStateStore.html    |   264 +
 .../subscription/SubscriptionsStore.html        |   315 +
 .../class-use/SubscriptionStateStore.html       |   126 +
 .../class-use/SubscriptionsStore.html           |   196 +
 .../subscription/package-frame.html             |    22 +
 .../subscription/package-summary.html           |   150 +
 .../subscription/package-tree.html              |   144 +
 .../subscription/package-use.html               |   186 +
 .../api/java/overview-frame.html                |    44 +
 .../api/java/overview-summary.html              |   294 +
 .../api/java/overview-tree.html                 |   505 +
 .../docs/0.4.0-incubating/api/java/package-list |    23 +
 .../docs/0.4.0-incubating/api/java/script.js    |    30 +
 .../api/java/serialized-form.html               |   660 ++
 .../0.4.0-incubating/api/java/stylesheet.css    |   574 +
 526 files changed, 148222 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1e6843e5/content/docs/0.4.0-incubating/api/java/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/content/docs/0.4.0-incubating/api/java/allclasses-frame.html 
b/content/docs/0.4.0-incubating/api/java/allclasses-frame.html
new file mode 100644
index 0000000..445d6e8
--- /dev/null
+++ b/content/docs/0.4.0-incubating/api/java/allclasses-frame.html
@@ -0,0 +1,229 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_92) on Sun Jan 08 19:29:07 PST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache DistributedLog for Java, version 
0.4.0-incubating)</title>
+<meta name="date" content="2017-01-08">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/distributedlog/io/Abortable.html" title="interface in 
org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">Abortable</span></a></li>
+<li><a href="org/apache/distributedlog/io/Abortables.html" title="class in 
org.apache.distributedlog.io" target="classFrame">Abortables</a></li>
+<li><a href="org/apache/distributedlog/feature/AbstractFeatureProvider.html" 
title="class in org.apache.distributedlog.feature" 
target="classFrame">AbstractFeatureProvider</a></li>
+<li><a href="org/apache/distributedlog/exceptions/AlreadyClosedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">AlreadyClosedException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/AlreadyTruncatedTransactionException.html"
 title="class in org.apache.distributedlog.exceptions" 
target="classFrame">AlreadyTruncatedTransactionException</a></li>
+<li><a href="org/apache/distributedlog/AppendOnlyStreamReader.html" 
title="class in org.apache.distributedlog" 
target="classFrame">AppendOnlyStreamReader</a></li>
+<li><a href="org/apache/distributedlog/AppendOnlyStreamWriter.html" 
title="class in org.apache.distributedlog" 
target="classFrame">AppendOnlyStreamWriter</a></li>
+<li><a href="org/apache/distributedlog/io/AsyncAbortable.html" 
title="interface in org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">AsyncAbortable</span></a></li>
+<li><a href="org/apache/distributedlog/io/AsyncCloseable.html" 
title="interface in org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">AsyncCloseable</span></a></li>
+<li><a href="org/apache/distributedlog/io/AsyncDeleteable.html" 
title="interface in org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">AsyncDeleteable</span></a></li>
+<li><a href="org/apache/distributedlog/AsyncLogReader.html" title="interface 
in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">AsyncLogReader</span></a></li>
+<li><a href="org/apache/distributedlog/AsyncLogWriter.html" title="interface 
in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">AsyncLogWriter</span></a></li>
+<li><a href="org/apache/distributedlog/AsyncNotification.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">AsyncNotification</span></a></li>
+<li><a href="org/apache/distributedlog/BKDistributedLogNamespace.html" 
title="class in org.apache.distributedlog" 
target="classFrame">BKDistributedLogNamespace</a></li>
+<li><a href="org/apache/distributedlog/exceptions/BKTransmitException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">BKTransmitException</a></li>
+<li><a href="org/apache/distributedlog/BookKeeperClient.html" title="class in 
org.apache.distributedlog" target="classFrame">BookKeeperClient</a></li>
+<li><a href="org/apache/distributedlog/BookKeeperClientBuilder.html" 
title="class in org.apache.distributedlog" 
target="classFrame">BookKeeperClientBuilder</a></li>
+<li><a href="org/apache/distributedlog/io/Buffer.html" title="class in 
org.apache.distributedlog.io" target="classFrame">Buffer</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/ChecksumFailedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">ChecksumFailedException</a></li>
+<li><a href="org/apache/distributedlog/client/ClientConfig.html" title="class 
in org.apache.distributedlog.client" target="classFrame">ClientConfig</a></li>
+<li><a href="org/apache/distributedlog/client/stats/ClientStats.html" 
title="class in org.apache.distributedlog.client.stats" 
target="classFrame">ClientStats</a></li>
+<li><a href="org/apache/distributedlog/client/stats/ClientStatsLogger.html" 
title="class in org.apache.distributedlog.client.stats" 
target="classFrame">ClientStatsLogger</a></li>
+<li><a href="org/apache/distributedlog/service/ClientUtils.html" title="class 
in org.apache.distributedlog.service" target="classFrame">ClientUtils</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/ClusterClient.html" 
title="class in org.apache.distributedlog.client.proxy" 
target="classFrame">ClusterClient</a></li>
+<li><a href="org/apache/distributedlog/io/CompressionCodec.html" 
title="interface in org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">CompressionCodec</span></a></li>
+<li><a href="org/apache/distributedlog/io/CompressionCodec.Type.html" 
title="enum in org.apache.distributedlog.io" 
target="classFrame">CompressionCodec.Type</a></li>
+<li><a href="org/apache/distributedlog/io/CompressionUtils.html" title="class 
in org.apache.distributedlog.io" target="classFrame">CompressionUtils</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/ConsistentHashRoutingService.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">ConsistentHashRoutingService</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/ConsistentHashRoutingService.Builder.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">ConsistentHashRoutingService.Builder</a></li>
+<li><a href="org/apache/distributedlog/feature/CoreFeatureKeys.html" 
title="enum in org.apache.distributedlog.feature" 
target="classFrame">CoreFeatureKeys</a></li>
+<li><a href="org/apache/distributedlog/feature/DefaultFeatureProvider.html" 
title="class in org.apache.distributedlog.feature" 
target="classFrame">DefaultFeatureProvider</a></li>
+<li><a 
href="org/apache/distributedlog/client/resolver/DefaultRegionResolver.html" 
title="class in org.apache.distributedlog.client.resolver" 
target="classFrame">DefaultRegionResolver</a></li>
+<li><a 
href="org/apache/distributedlog/client/speculative/DefaultSpeculativeRequestExecutionPolicy.html"
 title="class in org.apache.distributedlog.client.speculative" 
target="classFrame">DefaultSpeculativeRequestExecutionPolicy</a></li>
+<li><a href="org/apache/distributedlog/lock/DistributedLock.html" 
title="interface in org.apache.distributedlog.lock" target="classFrame"><span 
class="interfaceName">DistributedLock</span></a></li>
+<li><a 
href="org/apache/distributedlog/annotations/DistributedLogAnnotations.html" 
title="class in org.apache.distributedlog.annotations" 
target="classFrame">DistributedLogAnnotations</a></li>
+<li><a 
href="org/apache/distributedlog/annotations/DistributedLogAnnotations.Compression.html"
 title="annotation in org.apache.distributedlog.annotations" 
target="classFrame">DistributedLogAnnotations.Compression</a></li>
+<li><a 
href="org/apache/distributedlog/annotations/DistributedLogAnnotations.FlakyTest.html"
 title="annotation in org.apache.distributedlog.annotations" 
target="classFrame">DistributedLogAnnotations.FlakyTest</a></li>
+<li><a href="org/apache/distributedlog/service/DistributedLogClient.html" 
title="interface in org.apache.distributedlog.service" 
target="classFrame"><span 
class="interfaceName">DistributedLogClient</span></a></li>
+<li><a 
href="org/apache/distributedlog/service/DistributedLogClientBuilder.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogClientBuilder</a></li>
+<li><a href="org/apache/distributedlog/client/DistributedLogClientImpl.html" 
title="class in org.apache.distributedlog.client" 
target="classFrame">DistributedLogClientImpl</a></li>
+<li><a href="org/apache/distributedlog/service/DistributedLogCluster.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogCluster</a></li>
+<li><a 
href="org/apache/distributedlog/service/DistributedLogCluster.Builder.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogCluster.Builder</a></li>
+<li><a 
href="org/apache/distributedlog/service/DistributedLogCluster.DLServer.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogCluster.DLServer</a></li>
+<li><a href="org/apache/distributedlog/DistributedLogConfiguration.html" 
title="class in org.apache.distributedlog" 
target="classFrame">DistributedLogConfiguration</a></li>
+<li><a href="org/apache/distributedlog/DistributedLogConstants.html" 
title="class in org.apache.distributedlog" 
target="classFrame">DistributedLogConstants</a></li>
+<li><a href="org/apache/distributedlog/DistributedLogManager.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">DistributedLogManager</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/DistributedLogMultiStreamWriter.html" 
title="class in org.apache.distributedlog.client" 
target="classFrame">DistributedLogMultiStreamWriter</a></li>
+<li><a 
href="org/apache/distributedlog/client/DistributedLogMultiStreamWriter.Builder.html"
 title="class in org.apache.distributedlog.client" 
target="classFrame">DistributedLogMultiStreamWriter.Builder</a></li>
+<li><a href="org/apache/distributedlog/namespace/DistributedLogNamespace.html" 
title="interface in org.apache.distributedlog.namespace" 
target="classFrame"><span 
class="interfaceName">DistributedLogNamespace</span></a></li>
+<li><a 
href="org/apache/distributedlog/namespace/DistributedLogNamespaceBuilder.html" 
title="class in org.apache.distributedlog.namespace" 
target="classFrame">DistributedLogNamespaceBuilder</a></li>
+<li><a href="org/apache/distributedlog/service/DistributedLogServer.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogServer</a></li>
+<li><a href="org/apache/distributedlog/service/DistributedLogServerApp.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogServerApp</a></li>
+<li><a href="org/apache/distributedlog/service/DistributedLogServiceImpl.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DistributedLogServiceImpl</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/DLClientClosedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">DLClientClosedException</a></li>
+<li><a href="org/apache/distributedlog/metadata/DLConfig.html" 
title="interface in org.apache.distributedlog.metadata" 
target="classFrame"><span class="interfaceName">DLConfig</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/DLException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">DLException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/DLIllegalStateException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">DLIllegalStateException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/DLInterruptedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">DLInterruptedException</a></li>
+<li><a href="org/apache/distributedlog/metadata/DLMetadata.html" title="class 
in org.apache.distributedlog.metadata" target="classFrame">DLMetadata</a></li>
+<li><a href="org/apache/distributedlog/DLSN.html" title="class in 
org.apache.distributedlog" target="classFrame">DLSN</a></li>
+<li><a href="org/apache/distributedlog/service/DLSocketAddress.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">DLSocketAddress</a></li>
+<li><a href="org/apache/distributedlog/client/serverset/DLZkServerSet.html" 
title="class in org.apache.distributedlog.client.serverset" 
target="classFrame">DLZkServerSet</a></li>
+<li><a href="org/apache/distributedlog/net/DNSResolver.html" title="class in 
org.apache.distributedlog.net" target="classFrame">DNSResolver</a></li>
+<li><a href="org/apache/distributedlog/net/DNSResolverForRacks.html" 
title="class in org.apache.distributedlog.net" 
target="classFrame">DNSResolverForRacks</a></li>
+<li><a href="org/apache/distributedlog/net/DNSResolverForRows.html" 
title="class in org.apache.distributedlog.net" 
target="classFrame">DNSResolverForRows</a></li>
+<li><a 
href="org/apache/distributedlog/metadata/DryrunLogSegmentMetadataStoreUpdater.html"
 title="class in org.apache.distributedlog.metadata" 
target="classFrame">DryrunLogSegmentMetadataStoreUpdater</a></li>
+<li><a 
href="org/apache/distributedlog/feature/DynamicConfigurationFeatureProvider.html"
 title="class in org.apache.distributedlog.feature" 
target="classFrame">DynamicConfigurationFeatureProvider</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/EndOfLogSegmentException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">EndOfLogSegmentException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/EndOfStreamException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">EndOfStreamException</a></li>
+<li><a href="org/apache/distributedlog/Entry.html" title="class in 
org.apache.distributedlog" target="classFrame">Entry</a></li>
+<li><a href="org/apache/distributedlog/Entry.Builder.html" title="class in 
org.apache.distributedlog" target="classFrame">Entry.Builder</a></li>
+<li><a href="org/apache/distributedlog/Entry.Reader.html" title="interface in 
org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">Entry.Reader</span></a></li>
+<li><a href="org/apache/distributedlog/Entry.Writer.html" title="interface in 
org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">Entry.Writer</span></a></li>
+<li><a href="org/apache/distributedlog/lock/EpochChangedException.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">EpochChangedException</a></li>
+<li><a href="org/apache/distributedlog/service/FatalErrorHandler.html" 
title="interface in org.apache.distributedlog.service" 
target="classFrame"><span 
class="interfaceName">FatalErrorHandler</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/FlushException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">FlushException</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/HostProvider.html" 
title="interface in org.apache.distributedlog.client.proxy" 
target="classFrame"><span class="interfaceName">HostProvider</span></a></li>
+<li><a href="org/apache/distributedlog/io/IdentityCompressionCodec.html" 
title="class in org.apache.distributedlog.io" 
target="classFrame">IdentityCompressionCodec</a></li>
+<li><a href="org/apache/distributedlog/exceptions/IdleReaderException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">IdleReaderException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/InternalServerException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">InternalServerException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/InvalidEnvelopedEntryException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">InvalidEnvelopedEntryException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/InvalidStreamNameException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">InvalidStreamNameException</a></li>
+<li><a href="org/apache/distributedlog/LocalDLMEmulator.html" title="class in 
org.apache.distributedlog" target="classFrame">LocalDLMEmulator</a></li>
+<li><a href="org/apache/distributedlog/LocalDLMEmulator.Builder.html" 
title="class in org.apache.distributedlog" 
target="classFrame">LocalDLMEmulator.Builder</a></li>
+<li><a href="org/apache/distributedlog/exceptions/LockCancelledException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LockCancelledException</a></li>
+<li><a href="org/apache/distributedlog/lock/LockClosedException.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">LockClosedException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/LockingException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LockingException</a></li>
+<li><a href="org/apache/distributedlog/lock/LockSessionExpiredException.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">LockSessionExpiredException</a></li>
+<li><a href="org/apache/distributedlog/lock/LockStateChangedException.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">LockStateChangedException</a></li>
+<li><a href="org/apache/distributedlog/lock/LockTimeoutException.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">LockTimeoutException</a></li>
+<li><a href="org/apache/distributedlog/lock/LockWaiter.html" title="class in 
org.apache.distributedlog.lock" target="classFrame">LockWaiter</a></li>
+<li><a href="org/apache/distributedlog/exceptions/LogEmptyException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogEmptyException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/LogExistsException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogExistsException</a></li>
+<li><a href="org/apache/distributedlog/metadata/LogMetadata.html" title="class 
in org.apache.distributedlog.metadata" target="classFrame">LogMetadata</a></li>
+<li><a href="org/apache/distributedlog/metadata/LogMetadataForReader.html" 
title="class in org.apache.distributedlog.metadata" 
target="classFrame">LogMetadataForReader</a></li>
+<li><a href="org/apache/distributedlog/metadata/LogMetadataForWriter.html" 
title="class in org.apache.distributedlog.metadata" 
target="classFrame">LogMetadataForWriter</a></li>
+<li><a href="org/apache/distributedlog/metadata/LogMetadataStore.html" 
title="interface in org.apache.distributedlog.metadata" 
target="classFrame"><span class="interfaceName">LogMetadataStore</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/LogNotFoundException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogNotFoundException</a></li>
+<li><a href="org/apache/distributedlog/LogReader.html" title="interface in 
org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">LogReader</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/LogReadException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogReadException</a></li>
+<li><a href="org/apache/distributedlog/LogRecord.html" title="class in 
org.apache.distributedlog" target="classFrame">LogRecord</a></li>
+<li><a href="org/apache/distributedlog/LogRecord.Reader.html" title="class in 
org.apache.distributedlog" target="classFrame">LogRecord.Reader</a></li>
+<li><a href="org/apache/distributedlog/LogRecord.Writer.html" title="class in 
org.apache.distributedlog" target="classFrame">LogRecord.Writer</a></li>
+<li><a href="org/apache/distributedlog/LogRecordSet.html" title="class in 
org.apache.distributedlog" target="classFrame">LogRecordSet</a></li>
+<li><a href="org/apache/distributedlog/LogRecordSet.Reader.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">LogRecordSet.Reader</span></a></li>
+<li><a href="org/apache/distributedlog/LogRecordSet.Writer.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">LogRecordSet.Writer</span></a></li>
+<li><a href="org/apache/distributedlog/LogRecordSetBuffer.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">LogRecordSetBuffer</span></a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/LogRecordTooLongException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogRecordTooLongException</a></li>
+<li><a href="org/apache/distributedlog/LogRecordWithDLSN.html" title="class in 
org.apache.distributedlog" target="classFrame">LogRecordWithDLSN</a></li>
+<li><a href="org/apache/distributedlog/logsegment/LogSegmentEntryReader.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentEntryReader</span></a></li>
+<li><a 
href="org/apache/distributedlog/logsegment/LogSegmentEntryReader.StateChangeListener.html"
 title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentEntryReader.StateChangeListener</span></a></li>
+<li><a href="org/apache/distributedlog/logsegment/LogSegmentEntryStore.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentEntryStore</span></a></li>
+<li><a href="org/apache/distributedlog/logsegment/LogSegmentEntryWriter.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentEntryWriter</span></a></li>
+<li><a href="org/apache/distributedlog/logsegment/LogSegmentFilter.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span class="interfaceName">LogSegmentFilter</span></a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/LogSegmentIsTruncatedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogSegmentIsTruncatedException</a></li>
+<li><a href="org/apache/distributedlog/callback/LogSegmentListener.html" 
title="interface in org.apache.distributedlog.callback" 
target="classFrame"><span 
class="interfaceName">LogSegmentListener</span></a></li>
+<li><a href="org/apache/distributedlog/LogSegmentMetadata.html" title="class 
in org.apache.distributedlog" target="classFrame">LogSegmentMetadata</a></li>
+<li><a 
href="org/apache/distributedlog/LogSegmentMetadata.LogSegmentMetadataBuilder.html"
 title="class in org.apache.distributedlog" 
target="classFrame">LogSegmentMetadata.LogSegmentMetadataBuilder</a></li>
+<li><a 
href="org/apache/distributedlog/LogSegmentMetadata.LogSegmentMetadataVersion.html"
 title="enum in org.apache.distributedlog" 
target="classFrame">LogSegmentMetadata.LogSegmentMetadataVersion</a></li>
+<li><a href="org/apache/distributedlog/LogSegmentMetadata.Mutator.html" 
title="class in org.apache.distributedlog" 
target="classFrame">LogSegmentMetadata.Mutator</a></li>
+<li><a 
href="org/apache/distributedlog/LogSegmentMetadata.TruncationStatus.html" 
title="enum in org.apache.distributedlog" 
target="classFrame">LogSegmentMetadata.TruncationStatus</a></li>
+<li><a 
href="org/apache/distributedlog/logsegment/LogSegmentMetadataCache.html" 
title="class in org.apache.distributedlog.logsegment" 
target="classFrame">LogSegmentMetadataCache</a></li>
+<li><a 
href="org/apache/distributedlog/logsegment/LogSegmentMetadataStore.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentMetadataStore</span></a></li>
+<li><a 
href="org/apache/distributedlog/metadata/LogSegmentMetadataStoreUpdater.html" 
title="class in org.apache.distributedlog.metadata" 
target="classFrame">LogSegmentMetadataStoreUpdater</a></li>
+<li><a href="org/apache/distributedlog/callback/LogSegmentNamesListener.html" 
title="interface in org.apache.distributedlog.callback" 
target="classFrame"><span 
class="interfaceName">LogSegmentNamesListener</span></a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/LogSegmentNotFoundException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">LogSegmentNotFoundException</a></li>
+<li><a 
href="org/apache/distributedlog/logsegment/LogSegmentRandomAccessEntryReader.html"
 title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span 
class="interfaceName">LogSegmentRandomAccessEntryReader</span></a></li>
+<li><a href="org/apache/distributedlog/logsegment/LogSegmentWriter.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span class="interfaceName">LogSegmentWriter</span></a></li>
+<li><a href="org/apache/distributedlog/metadata/LogStreamMetadataStore.html" 
title="interface in org.apache.distributedlog.metadata" 
target="classFrame"><span 
class="interfaceName">LogStreamMetadataStore</span></a></li>
+<li><a href="org/apache/distributedlog/LogWriter.html" title="interface in 
org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">LogWriter</span></a></li>
+<li><a href="org/apache/distributedlog/io/LZ4CompressionCodec.html" 
title="class in org.apache.distributedlog.io" 
target="classFrame">LZ4CompressionCodec</a></li>
+<li><a href="org/apache/distributedlog/MetadataAccessor.html" title="interface 
in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">MetadataAccessor</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/MetadataException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">MetadataException</a></li>
+<li><a href="org/apache/distributedlog/metadata/MetadataResolver.html" 
title="interface in org.apache.distributedlog.metadata" 
target="classFrame"><span class="interfaceName">MetadataResolver</span></a></li>
+<li><a href="org/apache/distributedlog/metadata/MetadataUpdater.html" 
title="interface in org.apache.distributedlog.metadata" 
target="classFrame"><span class="interfaceName">MetadataUpdater</span></a></li>
+<li><a href="org/apache/distributedlog/service/MonitorService.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">MonitorService</a></li>
+<li><a href="org/apache/distributedlog/service/MonitorServiceApp.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">MonitorServiceApp</a></li>
+<li><a 
href="org/apache/distributedlog/client/monitor/MonitorServiceClient.html" 
title="interface in org.apache.distributedlog.client.monitor" 
target="classFrame"><span 
class="interfaceName">MonitorServiceClient</span></a></li>
+<li><a href="org/apache/distributedlog/namespace/NamespaceDriver.html" 
title="interface in org.apache.distributedlog.namespace" 
target="classFrame"><span class="interfaceName">NamespaceDriver</span></a></li>
+<li><a href="org/apache/distributedlog/namespace/NamespaceDriver.Role.html" 
title="enum in org.apache.distributedlog.namespace" 
target="classFrame">NamespaceDriver.Role</a></li>
+<li><a href="org/apache/distributedlog/namespace/NamespaceDriverManager.html" 
title="class in org.apache.distributedlog.namespace" 
target="classFrame">NamespaceDriverManager</a></li>
+<li><a href="org/apache/distributedlog/callback/NamespaceListener.html" 
title="interface in org.apache.distributedlog.callback" 
target="classFrame"><span 
class="interfaceName">NamespaceListener</span></a></li>
+<li><a href="org/apache/distributedlog/namespace/NamespaceWatcher.html" 
title="class in org.apache.distributedlog.namespace" 
target="classFrame">NamespaceWatcher</a></li>
+<li><a href="org/apache/distributedlog/net/NetUtils.html" title="class in 
org.apache.distributedlog.net" target="classFrame">NetUtils</a></li>
+<li><a href="org/apache/distributedlog/lock/NopDistributedLock.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">NopDistributedLock</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/NotYetImplementedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">NotYetImplementedException</a></li>
+<li><a href="org/apache/distributedlog/client/stats/OpStats.html" title="class 
in org.apache.distributedlog.client.stats" target="classFrame">OpStats</a></li>
+<li><a href="org/apache/distributedlog/client/stats/OpStatsLogger.html" 
title="class in org.apache.distributedlog.client.stats" 
target="classFrame">OpStatsLogger</a></li>
+<li><a href="org/apache/distributedlog/exceptions/OverCapacityException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">OverCapacityException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/OwnershipAcquireFailedException.html"
 title="class in org.apache.distributedlog.exceptions" 
target="classFrame">OwnershipAcquireFailedException</a></li>
+<li><a href="org/apache/distributedlog/client/ownership/OwnershipCache.html" 
title="class in org.apache.distributedlog.client.ownership" 
target="classFrame">OwnershipCache</a></li>
+<li><a href="org/apache/distributedlog/client/stats/OwnershipStatsLogger.html" 
title="class in org.apache.distributedlog.client.stats" 
target="classFrame">OwnershipStatsLogger</a></li>
+<li><a 
href="org/apache/distributedlog/client/stats/OwnershipStatsLogger.OwnershipStat.html"
 title="class in org.apache.distributedlog.client.stats" 
target="classFrame">OwnershipStatsLogger.OwnershipStat</a></li>
+<li><a 
href="org/apache/distributedlog/logsegment/PerStreamLogSegmentCache.html" 
title="class in org.apache.distributedlog.logsegment" 
target="classFrame">PerStreamLogSegmentCache</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/ProxyClient.html" 
title="class in org.apache.distributedlog.client.proxy" 
target="classFrame">ProxyClient</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/ProxyClient.Builder.html" 
title="interface in org.apache.distributedlog.client.proxy" 
target="classFrame"><span 
class="interfaceName">ProxyClient.Builder</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/proxy/ProxyClient.DefaultBuilder.html" 
title="class in org.apache.distributedlog.client.proxy" 
target="classFrame">ProxyClient.DefaultBuilder</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/ProxyClientManager.html" 
title="class in org.apache.distributedlog.client.proxy" 
target="classFrame">ProxyClientManager</a></li>
+<li><a href="org/apache/distributedlog/client/proxy/ProxyListener.html" 
title="interface in org.apache.distributedlog.client.proxy" 
target="classFrame"><span class="interfaceName">ProxyListener</span></a></li>
+<li><a href="org/apache/distributedlog/callback/ReadAheadCallback.html" 
title="interface in org.apache.distributedlog.callback" 
target="classFrame"><span 
class="interfaceName">ReadAheadCallback</span></a></li>
+<li><a href="org/apache/distributedlog/exceptions/ReadCancelledException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">ReadCancelledException</a></li>
+<li><a href="org/apache/distributedlog/ReadUtils.html" title="class in 
org.apache.distributedlog" target="classFrame">ReadUtils</a></li>
+<li><a href="org/apache/distributedlog/client/resolver/RegionResolver.html" 
title="interface in org.apache.distributedlog.client.resolver" 
target="classFrame"><span class="interfaceName">RegionResolver</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/RegionsRoutingService.html" 
title="class in org.apache.distributedlog.client.routing" 
target="classFrame">RegionsRoutingService</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/RegionsRoutingService.Builder.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">RegionsRoutingService.Builder</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/RegionUnavailableException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">RegionUnavailableException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/RequestDeniedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">RequestDeniedException</a></li>
+<li><a href="org/apache/distributedlog/service/ResponseUtils.html" 
title="class in org.apache.distributedlog.service" 
target="classFrame">ResponseUtils</a></li>
+<li><a href="org/apache/distributedlog/exceptions/RetryableReadException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">RetryableReadException</a></li>
+<li><a href="org/apache/distributedlog/logsegment/RollingPolicy.html" 
title="interface in org.apache.distributedlog.logsegment" 
target="classFrame"><span class="interfaceName">RollingPolicy</span></a></li>
+<li><a href="org/apache/distributedlog/client/routing/RoutingService.html" 
title="interface in org.apache.distributedlog.client.routing" 
target="classFrame"><span class="interfaceName">RoutingService</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/RoutingService.Builder.html" 
title="interface in org.apache.distributedlog.client.routing" 
target="classFrame"><span 
class="interfaceName">RoutingService.Builder</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/RoutingService.RoutingContext.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">RoutingService.RoutingContext</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/RoutingService.RoutingListener.html"
 title="interface in org.apache.distributedlog.client.routing" 
target="classFrame"><span 
class="interfaceName">RoutingService.RoutingListener</span></a></li>
+<li><a href="org/apache/distributedlog/client/routing/RoutingUtils.html" 
title="class in org.apache.distributedlog.client.routing" 
target="classFrame">RoutingUtils</a></li>
+<li><a href="org/apache/distributedlog/service/ServerFeatureKeys.html" 
title="enum in org.apache.distributedlog.service" 
target="classFrame">ServerFeatureKeys</a></li>
+<li><a href="org/apache/distributedlog/client/routing/ServerSetWatcher.html" 
title="interface in org.apache.distributedlog.client.routing" 
target="classFrame"><span class="interfaceName">ServerSetWatcher</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/ServerSetWatcher.MonitorException.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">ServerSetWatcher.MonitorException</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/ServerSetWatcher.ServerSetMonitor.html"
 title="interface in org.apache.distributedlog.client.routing" 
target="classFrame"><span 
class="interfaceName">ServerSetWatcher.ServerSetMonitor</span></a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/ServiceUnavailableException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">ServiceUnavailableException</a></li>
+<li><a href="org/apache/distributedlog/lock/SessionLock.html" title="interface 
in org.apache.distributedlog.lock" target="classFrame"><span 
class="interfaceName">SessionLock</span></a></li>
+<li><a href="org/apache/distributedlog/lock/SessionLockFactory.html" 
title="interface in org.apache.distributedlog.lock" target="classFrame"><span 
class="interfaceName">SessionLockFactory</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/SingleHostRoutingService.html" 
title="class in org.apache.distributedlog.client.routing" 
target="classFrame">SingleHostRoutingService</a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/SingleHostRoutingService.Builder.html"
 title="class in org.apache.distributedlog.client.routing" 
target="classFrame">SingleHostRoutingService.Builder</a></li>
+<li><a href="org/apache/distributedlog/logsegment/SizeBasedRollingPolicy.html" 
title="class in org.apache.distributedlog.logsegment" 
target="classFrame">SizeBasedRollingPolicy</a></li>
+<li><a 
href="org/apache/distributedlog/client/speculative/SpeculativeRequestExecutionPolicy.html"
 title="interface in org.apache.distributedlog.client.speculative" 
target="classFrame"><span 
class="interfaceName">SpeculativeRequestExecutionPolicy</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/speculative/SpeculativeRequestExecutor.html"
 title="interface in org.apache.distributedlog.client.speculative" 
target="classFrame"><span 
class="interfaceName">SpeculativeRequestExecutor</span></a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/StreamNotReadyException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">StreamNotReadyException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/StreamUnavailableException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">StreamUnavailableException</a></li>
+<li><a href="org/apache/distributedlog/subscription/SubscriptionsStore.html" 
title="interface in org.apache.distributedlog.subscription" 
target="classFrame"><span 
class="interfaceName">SubscriptionsStore</span></a></li>
+<li><a 
href="org/apache/distributedlog/subscription/SubscriptionStateStore.html" 
title="interface in org.apache.distributedlog.subscription" 
target="classFrame"><span 
class="interfaceName">SubscriptionStateStore</span></a></li>
+<li><a href="org/apache/distributedlog/client/routing/TestName.html" 
title="class in org.apache.distributedlog.client.routing" 
target="classFrame">TestName</a></li>
+<li><a href="org/apache/distributedlog/logsegment/TimeBasedRollingPolicy.html" 
title="class in org.apache.distributedlog.logsegment" 
target="classFrame">TimeBasedRollingPolicy</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/TooManyStreamsException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">TooManyStreamsException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/TransactionIdOutOfOrderException.html"
 title="class in org.apache.distributedlog.exceptions" 
target="classFrame">TransactionIdOutOfOrderException</a></li>
+<li><a href="org/apache/distributedlog/io/TransmitListener.html" 
title="interface in org.apache.distributedlog.io" target="classFrame"><span 
class="interfaceName">TransmitListener</span></a></li>
+<li><a 
href="org/apache/distributedlog/client/routing/TwitterServerSetWatcher.html" 
title="class in org.apache.distributedlog.client.routing" 
target="classFrame">TwitterServerSetWatcher</a></li>
+<li><a href="org/apache/distributedlog/exceptions/UnexpectedException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">UnexpectedException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/UnsupportedMetadataVersionException.html"
 title="class in org.apache.distributedlog.exceptions" 
target="classFrame">UnsupportedMetadataVersionException</a></li>
+<li><a 
href="org/apache/distributedlog/exceptions/WriteCancelledException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">WriteCancelledException</a></li>
+<li><a href="org/apache/distributedlog/exceptions/WriteException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">WriteException</a></li>
+<li><a href="org/apache/distributedlog/lock/ZKDistributedLock.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">ZKDistributedLock</a></li>
+<li><a href="org/apache/distributedlog/exceptions/ZKException.html" 
title="class in org.apache.distributedlog.exceptions" 
target="classFrame">ZKException</a></li>
+<li><a href="org/apache/distributedlog/lock/ZKSessionLockFactory.html" 
title="class in org.apache.distributedlog.lock" 
target="classFrame">ZKSessionLockFactory</a></li>
+<li><a href="org/apache/distributedlog/ZooKeeperClient.html" title="class in 
org.apache.distributedlog" target="classFrame">ZooKeeperClient</a></li>
+<li><a href="org/apache/distributedlog/ZooKeeperClient.Credentials.html" 
title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">ZooKeeperClient.Credentials</span></a></li>
+<li><a href="org/apache/distributedlog/ZooKeeperClient.DigestCredentials.html" 
title="class in org.apache.distributedlog" 
target="classFrame">ZooKeeperClient.DigestCredentials</a></li>
+<li><a 
href="org/apache/distributedlog/ZooKeeperClient.ZooKeeperConnectionException.html"
 title="class in org.apache.distributedlog" 
target="classFrame">ZooKeeperClient.ZooKeeperConnectionException</a></li>
+<li><a 
href="org/apache/distributedlog/ZooKeeperClient.ZooKeeperSessionExpireNotifier.html"
 title="interface in org.apache.distributedlog" target="classFrame"><span 
class="interfaceName">ZooKeeperClient.ZooKeeperSessionExpireNotifier</span></a></li>
+<li><a href="org/apache/distributedlog/ZooKeeperClientBuilder.html" 
title="class in org.apache.distributedlog" 
target="classFrame">ZooKeeperClientBuilder</a></li>
+</ul>
+</div>
+</body>
+</html>

Reply via email to