Uses of Enum Class
io.atomix.raft.storage.serializer.MetaAttribute
Packages that use MetaAttribute
-
Uses of MetaAttribute in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer 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.raft.storage.serializer with parameters of type MetaAttributeModifier and TypeMethodDescriptionstatic StringApplicationEntryDecoder.applicationDataMetaAttribute(MetaAttribute metaAttribute) static StringApplicationEntryEncoder.applicationDataMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.forceMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.forceMetaAttribute(MetaAttribute metaAttribute) static StringApplicationEntryDecoder.highestAsqnMetaAttribute(MetaAttribute metaAttribute) static StringApplicationEntryEncoder.highestAsqnMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringMetaDecoder.lastFlushedIndexMetaAttribute(MetaAttribute metaAttribute) static StringMetaEncoder.lastFlushedIndexMetaAttribute(MetaAttribute metaAttribute) static StringApplicationEntryDecoder.lowestAsqnMetaAttribute(MetaAttribute metaAttribute) static StringApplicationEntryEncoder.lowestAsqnMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.NewMembersDecoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.OldMembersDecoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.NewMembersEncoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.OldMembersEncoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.NewMembersDecoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.OldMembersDecoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.NewMembersEncoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.OldMembersEncoder.memberIdMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.termMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.termMetaAttribute(MetaAttribute metaAttribute) static StringMetaDecoder.termMetaAttribute(MetaAttribute metaAttribute) static StringMetaEncoder.termMetaAttribute(MetaAttribute metaAttribute) static StringRaftLogEntryDecoder.termMetaAttribute(MetaAttribute metaAttribute) static StringRaftLogEntryEncoder.termMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.timestampMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.timestampMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.timestampMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.timestampMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.NewMembersDecoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.OldMembersDecoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.NewMembersEncoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.OldMembersEncoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.NewMembersDecoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.OldMembersDecoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.NewMembersEncoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.OldMembersEncoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringRaftLogEntryDecoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringRaftLogEntryEncoder.typeMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.NewMembersDecoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationDecoder.OldMembersDecoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.NewMembersEncoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEncoder.OldMembersEncoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.NewMembersDecoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryDecoder.OldMembersDecoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.NewMembersEncoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringConfigurationEntryEncoder.OldMembersEncoder.updatedMetaAttribute(MetaAttribute metaAttribute) static StringMetaDecoder.votedForMetaAttribute(MetaAttribute metaAttribute) static StringMetaEncoder.votedForMetaAttribute(MetaAttribute metaAttribute)