| Package | Description |
|---|---|
| cz.o2.proxima.direct.batch | |
| cz.o2.proxima.direct.core |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchLogReader.Factory<T extends BatchLogReader>
Serializable factory for BatchLogReader. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
BatchLogReaders.ForwardingLimitedBatchLogReader |
private static class |
BatchLogReaders.ThroughputLimitedBatchLogReader |
| Modifier and Type | Field and Description |
|---|---|
private BatchLogReader |
BatchLogReaders.ForwardingLimitedBatchLogReader.delegate |
| Modifier and Type | Method and Description |
|---|---|
static BatchLogReader |
BatchLogReaders.withLimitedThroughput(BatchLogReader delegate,
ThroughputLimiter limiter)
Create throughput limited
BatchLogReader. |
| Modifier and Type | Method and Description |
|---|---|
static BatchLogReader |
BatchLogReaders.withLimitedThroughput(BatchLogReader delegate,
ThroughputLimiter limiter)
Create throughput limited
BatchLogReader. |
| Constructor and Description |
|---|
ForwardingLimitedBatchLogReader(BatchLogReader delegate) |
ThroughputLimitedBatchLogReader(BatchLogReader delegate,
ThroughputLimiter limiter) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
DirectAttributeFamilyProxyDescriptor.ProxyBatchLogReader |
| Modifier and Type | Field and Description |
|---|---|
private BatchLogReader |
DirectAttributeFamilyDescriptor.batchReader |
private BatchLogReader |
DirectAttributeFamilyProxyDescriptor.ProxyBatchLogReader.reader |
| Modifier and Type | Method and Description |
|---|---|
private BatchLogReader |
DirectAttributeFamilyDescriptor.batchReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<BatchLogReader> |
DirectDataOperator.getBatchLogReader(AttributeDescriptor<?>... attrs)
Retrieve
CommitLogReader for given AttributeDescriptors. |
java.util.Optional<BatchLogReader> |
DirectDataOperator.getBatchLogReader(java.util.Collection<AttributeDescriptor<?>> attrs)
Retrieve
CommitLogReader for given AttributeDescriptors. |
default java.util.Optional<BatchLogReader> |
DataAccessor.getBatchLogReader(Context context)
Retrieve batch log reader.
|
java.util.Optional<BatchLogReader> |
DirectDataOperator.DelegateDataAccessorFactory.ForwardingDataAccessor.getBatchLogReader(Context context) |
java.util.Optional<BatchLogReader> |
DirectAttributeFamilyDescriptor.getBatchReader()
Retrieve batch reader of this family.
|
private static java.util.Optional<BatchLogReader> |
DirectAttributeFamilyProxyDescriptor.getBatchReader(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
| Constructor and Description |
|---|
ProxyBatchLogReader(BatchLogReader 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) |
Copyright © 2017–2021. All rights reserved.