Uses of Enum Class
org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Packages that use DurationMarshaller
-
Uses of DurationMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses with type arguments of type DurationMarshaller in org.wildfly.clustering.marshalling.protostream.timeModifier and TypeClassDescriptionenumMarshaller forDurationinstances, using the following strategy: MarshalDuration.ZEROas zero bytes Marshal number of seconds of duration as unsigned long Marshal sub-second value of duration as unsigned integer, using millisecond precision, if possibleMethods in org.wildfly.clustering.marshalling.protostream.time that return DurationMarshallerModifier and TypeMethodDescriptionstatic DurationMarshallerReturns the enum constant of this class with the specified name.static DurationMarshaller[]DurationMarshaller.values()Returns an array containing the constants of this enum class, in the order they are declared.