public class CorfuSharedCounter extends Object
Constructor and Description |
---|
CorfuSharedCounter() |
Modifier and Type | Method and Description |
---|---|
int |
Get()
Get() method is annotates as an Accessor method.
|
int |
Increment()
Increment() method is annotated as a MutatorAccessor Method.
|
void |
Set(int newvalue)
Set() method is annotates as a Mutator method.
|
public int Increment()
public int Get()
public void Set(int newvalue)
Copyright © 2019 CorfuDB. All rights reserved.