Uses of Class
org.apache.cassandra.io.sstable.Component.Type
-
Packages that use Component.Type Package Description org.apache.cassandra.io.sstable org.apache.cassandra.io.sstable.format.big -
-
Uses of Component.Type in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as Component.Type Modifier and Type Field Description Component.TypeComponent. typeMethods in org.apache.cassandra.io.sstable that return Component.Type Modifier and Type Method Description static Component.TypeComponent.Type. fromRepresentation(java.lang.String repr)static Component.TypeComponent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Component.Type[]Component.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.io.sstable with parameters of type Component.Type Constructor Description Component(Component.Type type)Component(Component.Type type, java.lang.String name) -
Uses of Component.Type in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type Component.Type Modifier and Type Method Description voidBigTableZeroCopyWriter. writeComponent(Component.Type type, DataInputPlus in, long size)
-