Uses of Enum Class
io.atomix.raft.snapshot.impl.MetaAttribute
Packages that use MetaAttribute
-
Uses of MetaAttribute in io.atomix.raft.snapshot.impl
Methods in io.atomix.raft.snapshot.impl 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.snapshot.impl with parameters of type MetaAttributeModifier and TypeMethodDescriptionstatic StringSnapshotChunkDecoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkDecoder.chunkNameMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.chunkNameMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkDecoder.contentMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.contentMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkDecoder.snapshotChecksumMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.snapshotChecksumMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkDecoder.snapshotIdMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.snapshotIdMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkDecoder.totalCountMetaAttribute(MetaAttribute metaAttribute) static StringSnapshotChunkEncoder.totalCountMetaAttribute(MetaAttribute metaAttribute)