| Package | Description |
|---|---|
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OnlineAttributeWriter.Factory<T extends OnlineAttributeWriter>
Serializable factory for OnlineAttributeWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOnlineAttributeWriter
Abstract implementation of the
OnlineAttributeWriter. |
private static class |
DirectAttributeFamilyProxyDescriptor.ProxyOnlineAttributeWriter |
| Modifier and Type | Field and Description |
|---|---|
private OnlineAttributeWriter |
DirectAttributeFamilyProxyDescriptor.ProxyOnlineAttributeWriter.writer |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<AttributeDescriptor<?>,OnlineAttributeWriter> |
DirectDataOperator.writers
Cache of writers for all attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default OnlineAttributeWriter |
AttributeWriterBase.online()
Cast this to
OnlineAttributeWriter. |
| Modifier and Type | Method and Description |
|---|---|
OnlineAttributeWriter.Factory<? extends OnlineAttributeWriter> |
OnlineAttributeWriter.asFactory() |
java.util.Optional<OnlineAttributeWriter> |
DirectDataOperator.getWriter(AttributeDescriptor<?> attr)
Retrieve writer for given
AttributeDescriptor. |
| Constructor and Description |
|---|
ProxyOnlineAttributeWriter(OnlineAttributeWriter writer,
DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
java.net.URI uri) |
| 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. |
| Modifier and Type | Field and Description |
|---|---|
private OnlineAttributeWriter |
LocalCachedPartitionedView.writer
Writer to persist data to.
|
| 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.