public abstract class AbstractBuilder
extends java.lang.Object
| Constructor and Description |
|---|
AbstractBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected com.thinkaurelius.titan.diskstorage.StaticBuffer |
decodeKey(java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String name) |
static com.thinkaurelius.titan.diskstorage.StaticBuffer |
decodeKey(java.lang.String name) |
protected com.thinkaurelius.titan.diskstorage.StaticBuffer |
decodeValue(AttributeValue val) |
protected AttributeValue |
encodeKeyAsAttributeValue(com.thinkaurelius.titan.diskstorage.StaticBuffer input) |
static java.lang.String |
encodeKeyBuffer(com.thinkaurelius.titan.diskstorage.StaticBuffer input) |
protected AttributeValue |
encodeValue(com.thinkaurelius.titan.diskstorage.StaticBuffer value) |
protected AttributeValue encodeKeyAsAttributeValue(com.thinkaurelius.titan.diskstorage.StaticBuffer input)
public static java.lang.String encodeKeyBuffer(com.thinkaurelius.titan.diskstorage.StaticBuffer input)
protected AttributeValue encodeValue(com.thinkaurelius.titan.diskstorage.StaticBuffer value)
protected com.thinkaurelius.titan.diskstorage.StaticBuffer decodeValue(AttributeValue val)
protected com.thinkaurelius.titan.diskstorage.StaticBuffer decodeKey(java.util.Map<java.lang.String,AttributeValue> key, java.lang.String name)
public static com.thinkaurelius.titan.diskstorage.StaticBuffer decodeKey(java.lang.String name)