All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
private static java.util.Optional<BatchLogReader> |
getBatchReader(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
private static java.util.Optional<CommitLogReader> |
getCommitLogReader(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
private static java.util.Optional<CachedView> |
getPartitionedCachedView(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
private static java.util.Optional<RandomAccessReader> |
getRandomAccess(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
private static java.util.Optional<AttributeWriterBase> |
getWriter(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
Context context,
AttributeFamilyProxyDescriptor desc) |
(package private) static DirectAttributeFamilyProxyDescriptor |
of(Repository repo,
Context context,
AttributeFamilyProxyDescriptor proxy) |
private static java.lang.String |
toAttrName(java.lang.String key) |
private static StreamElement |
transform(StreamElement data,
AttributeDescriptor<?> target,
UnaryFunction<java.lang.String,java.lang.String> transform) |
private static <T> KeyValue<T> |
transformKvToProxy(KeyValue<T> kv,
AttributeProxyDescriptor<T> targetDesc) |
private static StreamElement |
transformToProxy(StreamElement data,
AttributeProxyDescriptor<?> targetDesc) |
private static StreamElement |
transformToRaw(StreamElement data,
AttributeProxyDescriptor<?> targetDesc) |
private static StreamElement |
transformToRawRead(StreamElement data,
AttributeProxyDescriptor<?> targetReadDesc) |
(package private) static BatchLogObserver |
wrapTransformed(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
BatchLogObserver observer) |
private static LogObserver |
wrapTransformed(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
LogObserver observer) |