| Package | Description |
|---|---|
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Field and Description |
|---|---|
private CachedView |
DirectAttributeFamilyDescriptor.cachedView |
| Modifier and Type | Method and Description |
|---|---|
private CachedView |
DirectAttributeFamilyDescriptor.cachedView() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CachedView> |
DirectAttributeFamilyDescriptor.getCachedView()
Retrieve cached view.
|
java.util.Optional<CachedView> |
DirectDataOperator.getCachedView(AttributeDescriptor<?>... attrs)
Retrieve
CachedView for given AttributeDescriptors. |
java.util.Optional<CachedView> |
DirectDataOperator.getCachedView(java.util.Collection<AttributeDescriptor<?>> attrs)
Retrieve
CachedView for given AttributeDescriptors. |
default java.util.Optional<CachedView> |
DataAccessor.getCachedView(Context context)
Retrieve cached view of the data.
|
java.util.Optional<CachedView> |
DirectDataOperator.DelegateDataAccessorFactory.ForwardingDataAccessor.getCachedView(Context context) |
private static java.util.Optional<CachedView> |
DirectAttributeFamilyProxyDescriptor.getPartitionedCachedView(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
| 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 | Class and Description |
|---|---|
class |
LocalCachedPartitionedView
A transformation view from
CommitLogReader to CachedView. |
Copyright © 2017–2021. All rights reserved.