| Package | Description |
|---|---|
| cz.o2.proxima.direct.core | |
| cz.o2.proxima.direct.randomaccess | |
| cz.o2.proxima.direct.view |
| Modifier and Type | Method and Description |
|---|---|
RandomOffset |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.fetchOffset(RandomAccessReader.Listing type,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer) |
<T> void |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.scanWildcard(java.lang.String key,
AttributeDescriptor<T> wildcard,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<T>> consumer) |
void |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.scanWildcardAll(java.lang.String key,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<?>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectAttributeFamilyProxyDescriptor.ProxyRandomAccessReader.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
MultiAccessBuilder.SequentialOffset |
class |
RawOffset
Offset that is represented by raw string.
|
| Modifier and Type | Field and Description |
|---|---|
private RandomOffset |
KeyValue.offset |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<RandomAccessReader,RandomOffset> |
MultiAccessBuilder.SequentialOffset.offsetMap |
| Modifier and Type | Method and Description |
|---|---|
RandomOffset |
RandomAccessReader.fetchOffset(RandomAccessReader.Listing type,
java.lang.String key)
Construct
Offset from string (representing either key of the entity or attribute). |
| Modifier and Type | Method and Description |
|---|---|
void |
RandomAccessReader.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer)
List all entity keys with offset and limit.
|
static <T> KeyValue<T> |
KeyValue.of(EntityDescriptor entityDesc,
AttributeDescriptor<T> attrDesc,
java.lang.String key,
java.lang.String attribute,
RandomOffset offset,
byte[] valueBytes) |
static <T> KeyValue<T> |
KeyValue.of(EntityDescriptor entityDesc,
AttributeDescriptor<T> attrDesc,
java.lang.String key,
java.lang.String attribute,
RandomOffset offset,
byte[] valueBytes,
long stamp) |
static <T> KeyValue<T> |
KeyValue.of(EntityDescriptor entityDesc,
AttributeDescriptor<T> attrDesc,
java.lang.String key,
java.lang.String attribute,
RandomOffset offset,
T value,
byte[] valueBytes) |
static <T> KeyValue<T> |
KeyValue.of(EntityDescriptor entityDesc,
AttributeDescriptor<T> attrDesc,
java.lang.String key,
java.lang.String attribute,
RandomOffset offset,
T value,
byte[] valueBytes,
long stamp) |
default <T> void |
RandomAccessReader.scanWildcard(java.lang.String key,
AttributeDescriptor<T> wildcard,
RandomOffset offset,
int limit,
Consumer<KeyValue<T>> consumer)
List data stored for a particular wildcard attribute.
|
<T> void |
RandomAccessReader.scanWildcard(java.lang.String key,
AttributeDescriptor<T> wildcard,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<T>> consumer)
List data stored for a particular wildcard attribute.
|
default void |
RandomAccessReader.scanWildcardAll(java.lang.String key,
RandomOffset offset,
int limit,
Consumer<KeyValue<?>> consumer)
Scan all data stored per given key.
|
void |
RandomAccessReader.scanWildcardAll(java.lang.String key,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<?>> consumer)
Scan all data stored per given key.
|
(package private) MultiAccessBuilder.SequentialOffset |
MultiAccessBuilder.SequentialOffset.update(RandomAccessReader reader,
RandomOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
default void |
RandomAccessReader.listEntities(Consumer<Pair<RandomOffset,java.lang.String>> consumer)
List all entity keys.
|
void |
RandomAccessReader.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer)
List all entity keys with offset and limit.
|
| Constructor and Description |
|---|
KeyValue(EntityDescriptor entityDesc,
AttributeDescriptor<T> attrDesc,
java.lang.String key,
java.lang.String attribute,
RandomOffset offset,
T value,
byte[] valueBytes,
long stamp) |
| Constructor and Description |
|---|
SequentialOffset(java.util.Map<RandomAccessReader,RandomOffset> offsetMap) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LocalCachedPartitionedView.IntOffset |
| Modifier and Type | Method and Description |
|---|---|
RandomOffset |
LocalCachedPartitionedView.fetchOffset(RandomAccessReader.Listing type,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalCachedPartitionedView.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer) |
<T> void |
LocalCachedPartitionedView.scanWildcard(java.lang.String key,
AttributeDescriptor<T> wildcard,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<T>> consumer) |
void |
LocalCachedPartitionedView.scanWildcardAll(java.lang.String key,
RandomOffset offset,
long stamp,
int limit,
Consumer<KeyValue<?>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalCachedPartitionedView.listEntities(RandomOffset offset,
int limit,
Consumer<Pair<RandomOffset,java.lang.String>> consumer) |
Copyright © 2017–2021. All rights reserved.