@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface TransactionalMethod
Modifier and Type | Optional Element and Description |
---|---|
String |
modifiedStreamsFunction
The name of a function that calculates which streams will
be affected as a result of this transaction.
|
boolean |
readOnly
Whether or not this method modifies any objects.
|
public abstract boolean readOnly
public abstract String modifiedStreamsFunction
Copyright © 2019 CorfuDB. All rights reserved.