public class WriteWriteTXs extends BaseCorfuAppUtils
::TXBegin()
illustrates how to replace TXBegin()
with a transaction-builder indicating write-write isolation.
The utility method ::TXBegin(long snapTime)
illustrates how to additionally set
a transaction snapshot-time to a specific position.
Created by dalia on 12/30/16.Constructor and Description |
---|
WriteWriteTXs() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
TXBegin()
This overrides TXBegin in order to set the transaction type to WRITE_AFTER_WRITE
|
instantiateCorfuObject, instantiateCorfuObject, TXEnd
public static void main(String[] args)
protected void TXBegin()
TXBegin
in class BaseCorfuAppUtils
Copyright © 2019 CorfuDB. All rights reserved.