- value() - Method in class io.atomix.time.LogicalTimestamp
-
Returns the sequence value.
- value() - Method in class io.atomix.time.Version
-
Returns the version.
- value() - Method in class io.atomix.time.Versioned
-
Returns the value.
- value1() - Method in class io.atomix.time.MultiValuedTimestamp
-
Returns the first value.
- value2() - Method in class io.atomix.time.MultiValuedTimestamp
-
Returns the second value.
- valueOrElse(Versioned<U>, U) - Static method in class io.atomix.time.Versioned
-
Returns the value of the specified Versioned object if non-null or else returns
a default value.
- valueOrNull(Versioned<U>) - Static method in class io.atomix.time.Versioned
-
Returns the value of the specified Versioned object if non-null or else returns null.
- VectorClock<T extends io.atomix.utils.Identifier> - Class in io.atomix.time
-
Vector clock.
- VectorClock(T) - Constructor for class io.atomix.time.VectorClock
-
- VectorClock(VectorTimestamp<T>) - Constructor for class io.atomix.time.VectorClock
-
- VectorClock(VectorTimestamp<T>, Collection<VectorTimestamp<T>>) - Constructor for class io.atomix.time.VectorClock
-
- VectorTimestamp<T extends io.atomix.utils.Identifier> - Class in io.atomix.time
-
Vector clock timestamp.
- VectorTimestamp(T, long) - Constructor for class io.atomix.time.VectorTimestamp
-
- Version - Class in io.atomix.time
-
Logical timestamp for versions.
- Version(long) - Constructor for class io.atomix.time.Version
-
- version() - Method in class io.atomix.time.Versioned
-
Returns the version.
- Versioned<V> - Class in io.atomix.time
-
Versioned value.
- Versioned(V, long, long) - Constructor for class io.atomix.time.Versioned
-
Constructs a new versioned value.
- Versioned(V, long) - Constructor for class io.atomix.time.Versioned
-
Constructs a new versioned value.