public class ConditionExpressionBuilder extends AbstractBuilder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HASH_KEY_EQUALS |
static java.lang.String |
K |
| Constructor and Description |
|---|
ConditionExpressionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
build() |
ConditionExpressionBuilder |
hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key) |
ConditionExpressionBuilder |
hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer start,
com.thinkaurelius.titan.diskstorage.StaticBuffer end) |
ConditionExpressionBuilder |
rangeKey(com.thinkaurelius.titan.diskstorage.StaticBuffer start,
com.thinkaurelius.titan.diskstorage.StaticBuffer end) |
decodeKey, decodeKey, decodeValue, encodeKeyAsAttributeValue, encodeKeyBuffer, encodeValuepublic static final java.lang.String K
public static final java.lang.String HASH_KEY_EQUALS
public ConditionExpressionBuilder hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key)
public ConditionExpressionBuilder hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer start, com.thinkaurelius.titan.diskstorage.StaticBuffer end)
public ConditionExpressionBuilder rangeKey(com.thinkaurelius.titan.diskstorage.StaticBuffer start, com.thinkaurelius.titan.diskstorage.StaticBuffer end)
public Expression build()