Uses of Class
org.kiwiproject.consul.option.ConsistencyMode
Packages that use ConsistencyMode
-
Uses of ConsistencyMode in org.kiwiproject.consul.option
Fields in org.kiwiproject.consul.option declared as ConsistencyModeModifier and TypeFieldDescriptionstatic final ConsistencyModeConsistencyMode.CONSISTENTstatic final ConsistencyModeConsistencyMode.DEFAULTstatic final ConsistencyModeConsistencyMode.STALEMethods in org.kiwiproject.consul.option that return ConsistencyModeModifier and TypeMethodDescriptionstatic ConsistencyModeConsistencyMode.createCachedConsistencyWithMaxAgeAndStale(Optional<Long> maxAgeInSeconds, Optional<Long> maxStaleInSeconds) Creates a cached Consistency.ImmutableQueryOptions.getConsistencyMode()ImmutableTransactionOptions.getConsistencyMode()QueryOptions.getConsistencyMode()TransactionOptions.getConsistencyMode()static ConsistencyMode[]ConsistencyMode.values()Methods in org.kiwiproject.consul.option with parameters of type ConsistencyModeModifier and TypeMethodDescriptionImmutableQueryOptions.Builder.consistencyMode(ConsistencyMode consistencyMode) Initializes the value for theconsistencyModeattribute.ImmutableTransactionOptions.Builder.consistencyMode(ConsistencyMode consistencyMode) Initializes the value for theconsistencyModeattribute.final ImmutableQueryOptionsImmutableQueryOptions.withConsistencyMode(ConsistencyMode value) Copy the current immutable object by setting a value for theconsistencyModeattribute.ImmutableTransactionOptions.withConsistencyMode(ConsistencyMode value) Copy the current immutable object by setting a value for theconsistencyModeattribute.