public class State extends Object
Constructor and Description |
---|
State(int numStreams,
int numKeys,
CorfuRuntime rt) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMap(UUID uuid) |
Collection<CorfuTable> |
getMaps() |
void |
startOptimisticTx() |
void |
startSnapshotTx() |
void |
startSnapshotTx(Token snapshot) |
void |
startWriteAfterWriteTx() |
long |
stopTx() |
void |
updateTrimMark(Token newTrimMark) |
public final Random rand
public State(int numStreams, int numKeys, CorfuRuntime rt)
public void updateTrimMark(Token newTrimMark)
public Collection<CorfuTable> getMaps()
public void startOptimisticTx()
public long stopTx()
public void startSnapshotTx()
public void startSnapshotTx(Token snapshot)
public void startWriteAfterWriteTx()
Copyright © 2019 CorfuDB. All rights reserved.