public class ItemBuilder extends AbstractBuilder
| Constructor and Description |
|---|
ItemBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AttributeValue> |
build() |
ItemBuilder |
hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key) |
ItemBuilder |
rangeKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key) |
ItemBuilder |
value(com.thinkaurelius.titan.diskstorage.StaticBuffer value) |
decodeKey, decodeKey, decodeValue, encodeKeyAsAttributeValue, encodeKeyBuffer, encodeValuepublic ItemBuilder hashKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key)
public ItemBuilder rangeKey(com.thinkaurelius.titan.diskstorage.StaticBuffer key)
public ItemBuilder value(com.thinkaurelius.titan.diskstorage.StaticBuffer value)
public java.util.Map<java.lang.String,AttributeValue> build()