| Package | Description |
|---|---|
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AttributeWriterBase.Factory<W extends AttributeWriterBase>
Base interface for factories in implementing classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkAttributeWriter
Writer for attribute values.
|
interface |
OnlineAttributeWriter
Writer for attribute values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeWriter
Base class for
AttributeWriters. |
class |
AbstractBulkAttributeWriter
Abstract implementation of
BulkAttributeWriter. |
class |
AbstractOnlineAttributeWriter
Abstract implementation of the
OnlineAttributeWriter. |
private static class |
DirectAttributeFamilyProxyDescriptor.ProxyOnlineAttributeWriter |
| Modifier and Type | Field and Description |
|---|---|
private AttributeWriterBase |
DirectAttributeFamilyDescriptor.writer |
| Modifier and Type | Method and Description |
|---|---|
private AttributeWriterBase |
DirectAttributeFamilyDescriptor.writer() |
| Modifier and Type | Method and Description |
|---|---|
AttributeWriterBase.Factory<? extends AttributeWriterBase> |
AttributeWriterBase.asFactory()
Convert instance of this writer to
AttributeWriterBase.Factory suitable for serialization. |
java.util.Optional<AttributeWriterBase> |
DirectAttributeFamilyDescriptor.getWriter()
Retrieve writer for this family.
|
default java.util.Optional<AttributeWriterBase> |
DataAccessor.getWriter(Context context)
Retrieve writer (if applicable).
|
java.util.Optional<AttributeWriterBase> |
StdoutStorage.StdoutDataAccessor.getWriter(Context context) |
java.util.Optional<AttributeWriterBase> |
DirectDataOperator.DelegateDataAccessorFactory.ForwardingDataAccessor.getWriter(Context context) |
private static java.util.Optional<AttributeWriterBase> |
DirectAttributeFamilyProxyDescriptor.getWriter(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 | 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.