Uses of Enum Class
io.atomix.cluster.messaging.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in io.atomix.cluster.messaging
Methods in io.atomix.cluster.messaging that return BooleanTypeModifier and TypeMethodDescriptionstatic BooleanTypeBooleanType.get(short value) Lookup the enum value representing the value.HeartbeatSetupResponseDecoder.heartbeatEnabled()static BooleanTypeReturns the enum constant of this class with the specified name.static BooleanType[]BooleanType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atomix.cluster.messaging with parameters of type BooleanTypeModifier and TypeMethodDescriptionHeartbeatSetupResponseEncoder.heartbeatEnabled(BooleanType value)