| Package | Description |
|---|---|
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.randomaccess | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Class and Description |
|---|---|
private static class |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader |
| Modifier and Type | Field and Description |
|---|---|
private RandomAccessReader |
DirectAttributeFamilyDescriptor.randomAccessReader |
private RandomAccessReader |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.reader |
| Modifier and Type | Method and Description |
|---|---|
private RandomAccessReader |
DirectAttributeFamilyDescriptor.randomAccessReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<RandomAccessReader> |
DirectDataOperator.getRandomAccess(AttributeDescriptor<?>... attrs)
Retrieve
RandomAccessReader for given AttributeDescriptors. |
java.util.Optional<RandomAccessReader> |
DirectDataOperator.getRandomAccess(java.util.Collection<AttributeDescriptor<?>> attrs)
Retrieve
RandomAccessReader for given AttributeDescriptors. |
private static java.util.Optional<RandomAccessReader> |
DirectAttributeFamilyProxyDescriptor.getRandomAccess(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
java.util.Optional<RandomAccessReader> |
DirectAttributeFamilyDescriptor.getRandomAccessReader()
Retrieve a random access reader.
|
default java.util.Optional<RandomAccessReader> |
DataAccessor.getRandomAccessReader(Context context)
Retrieve random access reader.
|
java.util.Optional<RandomAccessReader> |
DirectDataOperator.DelegateDataAccessorFactory.ForwardingDataAccessor.getRandomAccessReader(Context context) |
| Constructor and Description |
|---|
ProxyRandomAccessReader(RandomAccessReader 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 | Interface and Description |
|---|---|
static interface |
RandomAccessReader.Factory<T extends RandomAccessReader>
Serializable factory for RandomAccessReader. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<RandomAccessReader,RandomOffset> |
MultiAccessBuilder.SequentialOffset.offsetMap |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessReader |
MultiAccessBuilder.build()
Create
RandomAccessReader for attributes and/or families specified in this builder. |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map<AttributeDescriptor<?>,RandomAccessReader> |
MultiAccessBuilder.materializeReaders(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
MultiAccessBuilder |
MultiAccessBuilder.addAttributes(RandomAccessReader reader,
AttributeDescriptor<?>... attrs)
Add specified attributes to be read with given reader.
|
(package private) MultiAccessBuilder.SequentialOffset |
MultiAccessBuilder.SequentialOffset.update(RandomAccessReader reader,
RandomOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
private EntityDescriptor |
MultiAccessBuilder.getSingleEntityOrNull(java.util.Map<AttributeDescriptor<?>,RandomAccessReader> attrMap) |
| Constructor and Description |
|---|
SequentialOffset(java.util.Map<RandomAccessReader,RandomOffset> offsetMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedView
A view of commit-log that caches (and potentially checkpoints) data from partitions and makes in
random accessible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalCachedPartitionedView
A transformation view from
CommitLogReader to CachedView. |
Copyright © 2017–2021. All rights reserved.