Uses of Class
org.apache.cassandra.index.sasi.disk.OnDiskBlock.BlockType
-
Packages that use OnDiskBlock.BlockType Package Description org.apache.cassandra.index.sasi.disk -
-
Uses of OnDiskBlock.BlockType in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that return OnDiskBlock.BlockType Modifier and Type Method Description static OnDiskBlock.BlockType
OnDiskBlock.BlockType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OnDiskBlock.BlockType[]
OnDiskBlock.BlockType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.index.sasi.disk with parameters of type OnDiskBlock.BlockType Constructor Description OnDiskBlock(Descriptor descriptor, MappedBuffer block, OnDiskBlock.BlockType blockType)
-