| Package | Description |
|---|---|
| cz.o2.proxima.direct.commitlog | |
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommitLogReader.Factory<T extends CommitLogReader>
Serializable factory for CommitLogReader. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CommitLogReaders.ForwardingCommitLogReader |
static class |
CommitLogReaders.LimitedCommitLogReader |
| Modifier and Type | Field and Description |
|---|---|
private CommitLogReader |
CommitLogReaders.ForwardingCommitLogReader.delegate |
| Modifier and Type | Method and Description |
|---|---|
static CommitLogReader |
CommitLogReaders.withThroughputLimit(CommitLogReader delegate,
ThroughputLimiter limiter)
Create throughput limited
CommitLogReader. |
| Modifier and Type | Method and Description |
|---|---|
static CommitLogReader |
CommitLogReaders.withThroughputLimit(CommitLogReader delegate,
ThroughputLimiter limiter)
Create throughput limited
CommitLogReader. |
| Constructor and Description |
|---|
ForwardingCommitLogReader(CommitLogReader delegate) |
LimitedCommitLogReader(CommitLogReader delegate,
ThroughputLimiter limiter) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
DirectAttributeFamilyProxyDescriptor.ProxyCommitLogReader |
| Modifier and Type | Field and Description |
|---|---|
private CommitLogReader |
DirectAttributeFamilyDescriptor.commitLogReader |
private CommitLogReader |
DirectAttributeFamilyProxyDescriptor.ProxyCommitLogReader.reader |
| Modifier and Type | Method and Description |
|---|---|
private CommitLogReader |
DirectAttributeFamilyDescriptor.commitLogReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CommitLogReader> |
DirectAttributeFamilyDescriptor.getCommitLogReader()
Retrieve a commit log reader of this family.
|
java.util.Optional<CommitLogReader> |
DirectDataOperator.getCommitLogReader(AttributeDescriptor<?>... attrs)
Retrieve
CommitLogReader for given AttributeDescriptors. |
java.util.Optional<CommitLogReader> |
DirectDataOperator.getCommitLogReader(java.util.Collection<AttributeDescriptor<?>> attrs)
Retrieve
CommitLogReader for given AttributeDescriptors. |
default java.util.Optional<CommitLogReader> |
DataAccessor.getCommitLogReader(Context context)
Retrieve commit log reader (if applicable).
|
java.util.Optional<CommitLogReader> |
DirectDataOperator.DelegateDataAccessorFactory.ForwardingDataAccessor.getCommitLogReader(Context context) |
private static java.util.Optional<CommitLogReader> |
DirectAttributeFamilyProxyDescriptor.getCommitLogReader(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
| Constructor and Description |
|---|
ProxyCommitLogReader(CommitLogReader reader,
DirectAttributeFamilyProxyDescriptor.AttrLookup lookup) |
| Constructor and Description |
|---|
DirectAttributeFamilyDescriptor(Repository repository,
AttributeFamilyDescriptor desc,
java.util.Optional<AttributeWriterBase> writer,
java.util.Optional<CommitLogReader> commitLogReader,
java.util.Optional<BatchLogReader> batchLogReader,
java.util.Optional<RandomAccessReader> randomAccessReader,
java.util.Optional<CachedView> cachedView) |
| Modifier and Type | Field and Description |
|---|---|
private CommitLogReader |
LocalCachedPartitionedView.reader |
| Constructor and Description |
|---|
LocalCachedPartitionedView(EntityDescriptor entity,
CommitLogReader reader,
OnlineAttributeWriter writer) |
LocalCachedPartitionedView(EntityDescriptor entity,
CommitLogReader reader,
OnlineAttributeWriter writer,
long keepCachedDuration) |
Copyright © 2017–2021. All rights reserved.