Uses of Class
org.apache.cassandra.io.sstable.Component.Type

Packages that use Component.Type
org.apache.cassandra.io.sstable   
 

Uses of Component.Type in org.apache.cassandra.io.sstable
 

Fields in org.apache.cassandra.io.sstable declared as Component.Type
 Component.Type Component.type
           
 

Methods in org.apache.cassandra.io.sstable that return Component.Type
static Component.Type Component.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
Component(Component.Type type)
           
Component(Component.Type type, java.lang.String name)
           
 



Copyright © 2013 The Apache Software Foundation