Class Synchronous<T extends AsyncPrimitive>

java.lang.Object
io.atomix.primitive.Synchronous<T>
Type Parameters:
T - type of DistributedPrimitive
All Implemented Interfaces:
DistributedPrimitive, SyncPrimitive

public abstract class Synchronous<T extends AsyncPrimitive>
extends Object
implements SyncPrimitive
DistributedPrimitive that is a synchronous (blocking) version of another.