| Package | Description |
|---|---|
| org.apache.omid.tso.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingTSOFuture<T> |
| Modifier and Type | Method and Description |
|---|---|
TSOFuture<Void> |
TSOProtocol.close()
Closes the communication with the TSO server
|
TSOFuture<Void> |
TSOClient.close() |
TSOFuture<Void> |
MockTSOClient.close() |
TSOFuture<Long> |
TSOProtocol.commit(long transactionId,
Set<? extends CellId> writeSet)
Returns the result of the conflict detection made on the server-side for the specified transaction
|
TSOFuture<Long> |
TSOClient.commit(long transactionId,
Set<? extends CellId> cells) |
TSOFuture<Long> |
MockTSOClient.commit(long transactionId,
Set<? extends CellId> cells) |
TSOFuture<Long> |
TSOProtocol.commit(long transactionId,
Set<? extends CellId> writeSet,
Set<? extends CellId> conflictFreeWriteSet)
Returns the result of the conflict detection made on the server-side for the specified transaction
|
TSOFuture<Long> |
TSOClient.commit(long transactionId,
Set<? extends CellId> cells,
Set<? extends CellId> conflictFreeWriteSet) |
TSOFuture<Long> |
MockTSOClient.commit(long transactionId,
Set<? extends CellId> cells,
Set<? extends CellId> conflictFreeWriteSet) |
TSOFuture<Long> |
TSOProtocol.getFence(long tableId)
Returns a new fence timestamp assigned by on the server-side
|
TSOFuture<Long> |
TSOClient.getFence(long tableId) |
TSOFuture<Long> |
MockTSOClient.getFence(long tableId) |
TSOFuture<Long> |
TSOProtocol.getNewStartTimestamp()
Returns a new timestamp assigned by on the server-side
|
TSOFuture<Long> |
TSOClient.getNewStartTimestamp() |
TSOFuture<Long> |
MockTSOClient.getNewStartTimestamp() |
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.