Uses of Enum Class
io.atomix.cluster.messaging.MetaAttribute
Packages that use MetaAttribute
-
Uses of MetaAttribute in io.atomix.cluster.messaging
Methods in io.atomix.cluster.messaging that return MetaAttributeModifier and TypeMethodDescriptionstatic MetaAttributeReturns the enum constant of this class with the specified name.static MetaAttribute[]MetaAttribute.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 MetaAttributeModifier and TypeMethodDescriptionstatic StringHeartbeatSetupResponseDecoder.heartbeatEnabledMetaAttribute(MetaAttribute metaAttribute) static StringHeartbeatSetupResponseEncoder.heartbeatEnabledMetaAttribute(MetaAttribute metaAttribute) static StringHeartbeatSetupRequestDecoder.heartbeatTimeoutMetaAttribute(MetaAttribute metaAttribute) static StringHeartbeatSetupRequestEncoder.heartbeatTimeoutMetaAttribute(MetaAttribute metaAttribute)