-
- All Known Subinterfaces:
IoHeuristicsTimeToLiveInMsAccessor.IoHeuristicsTimeToLiveInMsProperty
- All Known Implementing Classes:
TransmissionMetrics
public interface IoHeuristicsTimeToLiveInMsAccessor
Provides an accessor for a IO heuristics TTL (time to live) in milliseconds property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IoHeuristicsTimeToLiveInMsAccessor.IoHeuristicsTimeToLiveInMsBuilder<B extends IoHeuristicsTimeToLiveInMsAccessor.IoHeuristicsTimeToLiveInMsBuilder<B>>
Provides a builder method for the IO heuristics TTL (time to live) property returning the builder for applying multiple build operations.static interface
IoHeuristicsTimeToLiveInMsAccessor.IoHeuristicsTimeToLiveInMsMutator
Provides a mutator for a IO heuristics TTL (time to live) in milliseconds property.static interface
IoHeuristicsTimeToLiveInMsAccessor.IoHeuristicsTimeToLiveInMsProperty
Provides a IO heuristics TTL (time to live) in milliseconds property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getIoHeuristicsTimeToLiveInMs()
The IO heuristics TTL (time to live) attribute in milliseconds.
-