Package com.twicedb.client.api
Interface Txn
- All Known Implementing Classes:
Txn
public interface Txn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteObject
(Indexable object, Vt vtFrom) getEvent()
List<WriteRequest.WriteCommand>
boolean
hasEvent()
void
void
void
void
reinstateObject
(Indexable object, Vt vtFrom) <E extends EventI<E>>
void
-
Method Details
-
setEvent
-
getEvent
-
hasEvent
boolean hasEvent() -
getWriteCommands
List<WriteRequest.WriteCommand> getWriteCommands() -
getObjects
-