Uses of Class
org.apache.cassandra.config.DurationSpec.LongNanosecondsBound
-
Packages that use DurationSpec.LongNanosecondsBound Package Description org.apache.cassandra.config -
-
Uses of DurationSpec.LongNanosecondsBound in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as DurationSpec.LongNanosecondsBound Modifier and Type Field Description DurationSpec.LongNanosecondsBoundConfig. repair_state_expiresDurationSpec.LongNanosecondsBoundConfig. streaming_state_expiresMethods in org.apache.cassandra.config that return DurationSpec.LongNanosecondsBound Modifier and Type Method Description static DurationSpec.LongNanosecondsBoundDatabaseDescriptor. getRepairStateExpires()static DurationSpec.LongNanosecondsBoundDatabaseDescriptor. getStreamingStateExpires()Methods in org.apache.cassandra.config with parameters of type DurationSpec.LongNanosecondsBound Modifier and Type Method Description static voidDatabaseDescriptor. setRepairStateExpires(DurationSpec.LongNanosecondsBound duration)static voidDatabaseDescriptor. setStreamingStateExpires(DurationSpec.LongNanosecondsBound duration)
-