Uses of Enum Class
io.camunda.zeebe.journal.file.MetaAttribute
Packages that use MetaAttribute
-
Uses of MetaAttribute in io.camunda.zeebe.journal.file
Methods in io.camunda.zeebe.journal.file 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.camunda.zeebe.journal.file with parameters of type MetaAttributeModifier and TypeMethodDescriptionstatic StringRecordDataDecoder.asqnMetaAttribute(MetaAttribute metaAttribute) static StringRecordDataEncoder.asqnMetaAttribute(MetaAttribute metaAttribute) static StringDescriptorMetadataDecoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringDescriptorMetadataEncoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringRecordMetadataDecoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringRecordMetadataEncoder.checksumMetaAttribute(MetaAttribute metaAttribute) static StringRecordDataDecoder.dataMetaAttribute(MetaAttribute metaAttribute) static StringRecordDataEncoder.dataMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorDecoder.idMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorEncoder.idMetaAttribute(MetaAttribute metaAttribute) static StringRecordDataDecoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringRecordDataEncoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorDecoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorEncoder.indexMetaAttribute(MetaAttribute metaAttribute) static StringRecordMetadataDecoder.lengthMetaAttribute(MetaAttribute metaAttribute) static StringRecordMetadataEncoder.lengthMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorDecoder.maxSegmentSizeMetaAttribute(MetaAttribute metaAttribute) static StringSegmentDescriptorEncoder.maxSegmentSizeMetaAttribute(MetaAttribute metaAttribute)