Uses of Class
io.atomix.protocols.gossip.TimestampProviders
-
Uses of TimestampProviders in io.atomix.protocols.gossip
Methods in io.atomix.protocols.gossip that return TimestampProviders Modifier and Type Method Description static TimestampProvidersTimestampProviders. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampProviders[]TimestampProviders. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atomix.protocols.gossip with parameters of type TimestampProviders Modifier and Type Method Description AntiEntropyProtocolConfigAntiEntropyProtocolConfig. setTimestampProvider(TimestampProviders timestampProvider)Sets the timestamp provider.CrdtProtocolConfigCrdtProtocolConfig. setTimestampProvider(TimestampProviders timestampProvider)Sets the timestamp provider.