Uses of Class
org.apache.cassandra.config.DatabaseDescriptor.CommitLogSync

Packages that use DatabaseDescriptor.CommitLogSync
org.apache.cassandra.config   
 

Uses of DatabaseDescriptor.CommitLogSync in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return DatabaseDescriptor.CommitLogSync
static DatabaseDescriptor.CommitLogSync DatabaseDescriptor.getCommitLogSync()
           
static DatabaseDescriptor.CommitLogSync DatabaseDescriptor.CommitLogSync.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DatabaseDescriptor.CommitLogSync[] DatabaseDescriptor.CommitLogSync.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Apache Software Foundation