public final class DynamoDBStoreTransaction
extends com.thinkaurelius.titan.diskstorage.common.AbstractStoreTransaction
| Constructor and Description |
|---|
DynamoDBStoreTransaction(com.thinkaurelius.titan.diskstorage.BaseTransactionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
boolean |
contains(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column) |
boolean |
equals(java.lang.Object obj) |
com.thinkaurelius.titan.diskstorage.StaticBuffer |
get(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column) |
static DynamoDBStoreTransaction |
getTx(com.thinkaurelius.titan.diskstorage.keycolumnvalue.StoreTransaction txh) |
int |
hashCode() |
void |
put(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column,
com.thinkaurelius.titan.diskstorage.StaticBuffer expectedValue) |
void |
rollback() |
java.lang.String |
toString() |
public DynamoDBStoreTransaction(com.thinkaurelius.titan.diskstorage.BaseTransactionConfig config)
public static DynamoDBStoreTransaction getTx(com.thinkaurelius.titan.diskstorage.keycolumnvalue.StoreTransaction txh)
public void commit()
throws com.thinkaurelius.titan.diskstorage.BackendException
commit in interface com.thinkaurelius.titan.diskstorage.BaseTransactioncommit in class com.thinkaurelius.titan.diskstorage.common.AbstractStoreTransactioncom.thinkaurelius.titan.diskstorage.BackendExceptionpublic boolean contains(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.thinkaurelius.titan.diskstorage.StaticBuffer get(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column)
public void put(com.thinkaurelius.titan.diskstorage.StaticBuffer key,
com.thinkaurelius.titan.diskstorage.StaticBuffer column,
com.thinkaurelius.titan.diskstorage.StaticBuffer expectedValue)
public void rollback()
throws com.thinkaurelius.titan.diskstorage.BackendException
rollback in interface com.thinkaurelius.titan.diskstorage.BaseTransactionrollback in class com.thinkaurelius.titan.diskstorage.common.AbstractStoreTransactioncom.thinkaurelius.titan.diskstorage.BackendExceptionpublic java.lang.String toString()
toString in class java.lang.Object