Interface | Description |
---|---|
MultiReadWriteLock.AutoCloseableLock | |
StreamLog |
An interface definition that specifies an api to interact with a StreamLog.
|
StreamLogWithRankedAddressSpace |
Stream log that is able to compare the data on the same log address using the rank and type.
|
Class | Description |
---|---|
AddressMetaData |
Created by maithem on 3/14/17.
|
InMemoryStreamLog |
This class implements the StreamLog interface using a Java hash map.
|
LogMetadata |
A container object that holds log tail offsets and the global
log tail that has been seen.
|
MultiReadWriteLock |
Allows acquiring different read/write locks for different addresses.
|
StreamLogCompaction |
Scheduled log compaction manager.
|
StreamLogDataStore |
Data access layer for StreamLog.
|
StreamLogFiles |
This class implements the StreamLog by persisting the stream log as records in multiple files.
|
StreamLogFiles.Checksum |
Copyright © 2019 CorfuDB. All rights reserved.