Package | Description |
---|---|
org.corfudb.infrastructure | |
org.corfudb.infrastructure.log |
Constructor and Description |
---|
BatchProcessor(StreamLog streamLog,
long sealEpoch,
boolean sync)
Returns a new BatchProcessor for a stream log.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StreamLogWithRankedAddressSpace
Stream log that is able to compare the data on the same log address using the rank and type.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStreamLog
This class implements the StreamLog interface using a Java hash map.
|
class |
StreamLogFiles
This class implements the StreamLog by persisting the stream log as records in multiple files.
|
Constructor and Description |
---|
StreamLogCompaction(StreamLog streamLog,
long initialDelay,
long period,
TimeUnit timeUnit,
Duration shutdownTimer) |
Copyright © 2019 CorfuDB. All rights reserved.