Uses of Enum Class
org.apache.cassandra.index.sasi.disk.OnDiskBlock.BlockType
Packages that use OnDiskBlock.BlockType
-
Uses of OnDiskBlock.BlockType in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that return OnDiskBlock.BlockTypeModifier and TypeMethodDescriptionstatic OnDiskBlock.BlockTypeReturns the enum constant of this class with the specified name.static OnDiskBlock.BlockType[]OnDiskBlock.BlockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.index.sasi.disk with parameters of type OnDiskBlock.BlockTypeModifierConstructorDescriptionOnDiskBlock(Descriptor descriptor, MappedBuffer block, OnDiskBlock.BlockType blockType)