|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in org.apache.cassandra.auth |
---|
Methods in org.apache.cassandra.auth that throw ConfigurationException | |
---|---|
void |
AllowAllAuthenticator.validateConfiguration()
|
void |
IAuthenticator.validateConfiguration()
|
void |
SimpleAuthenticator.validateConfiguration()
|
Uses of ConfigurationException in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config that throw ConfigurationException | |
---|---|
static ColumnDefinition |
ColumnDefinition.fromColumnDef(ColumnDef cd)
|
static java.util.Map<byte[],ColumnDefinition> |
ColumnDefinition.fromColumnDef(java.util.List<ColumnDef> thriftDefs)
|
static AbstractType |
DatabaseDescriptor.getComparator(java.lang.String compareWith)
|
static AbstractReconciler |
DatabaseDescriptor.getReconciler(java.lang.String reconcileWith)
|
static void |
CFMetaData.map(CFMetaData cfm)
adds this cfm to the map. |
static java.util.Collection<KSMetaData> |
DatabaseDescriptor.readTablesFromYaml()
reads xml. |
Constructors in org.apache.cassandra.config that throw ConfigurationException | |
---|---|
ColumnDefinition(byte[] name,
java.lang.String validation_class,
IndexType index_type,
java.lang.String index_name)
|
Uses of ConfigurationException in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that throw ConfigurationException | |
---|---|
static void |
SystemTable.checkHealth()
One of three things will happen if you try to read the system table: 1. |
Uses of ConfigurationException in org.apache.cassandra.db.migration |
---|
Methods in org.apache.cassandra.db.migration that throw ConfigurationException | |
---|---|
void |
Migration.apply()
apply changes |
Constructors in org.apache.cassandra.db.migration that throw ConfigurationException | |
---|---|
AddColumnFamily(CFMetaData cfm)
|
|
AddKeyspace(KSMetaData ksm)
|
|
DropColumnFamily(java.lang.String tableName,
java.lang.String cfName,
boolean blockOnFileDeletion)
|
|
DropKeyspace(java.lang.String name,
boolean blockOnFileDeletion)
|
|
RenameColumnFamily(java.lang.String tableName,
java.lang.String oldName,
java.lang.String newName)
|
|
RenameKeyspace(java.lang.String oldName,
java.lang.String newName)
|
Uses of ConfigurationException in org.apache.cassandra.locator |
---|
Methods in org.apache.cassandra.locator that throw ConfigurationException | |
---|---|
static AbstractReplicationStrategy |
AbstractReplicationStrategy.createReplicationStrategy(java.lang.String table,
java.lang.Class<? extends AbstractReplicationStrategy> strategyClass,
TokenMetadata tokenMetadata,
IEndpointSnitch snitch,
java.util.Map<java.lang.String,java.lang.String> strategyOptions)
|
static AbstractReplicationStrategy |
AbstractReplicationStrategy.createReplicationStrategy(java.lang.String table,
java.lang.String strategyClassName,
TokenMetadata tokenMetadata,
IEndpointSnitch snitch,
java.util.Map<java.lang.String,java.lang.String> strategyOptions)
|
void |
PropertyFileSnitch.reloadConfiguration()
|
static java.util.Properties |
PropertyFileSnitch.resourceToProperties(java.lang.String filename)
|
Constructors in org.apache.cassandra.locator that throw ConfigurationException | |
---|---|
DatacenterShardStrategy(java.lang.String table,
TokenMetadata tokenMetadata,
IEndpointSnitch snitch,
java.util.Map<java.lang.String,java.lang.String> configOptions)
|
|
PropertyFileSnitch()
|
Uses of ConfigurationException in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service that throw ConfigurationException | |
---|---|
void |
StorageService.loadSchemaFromYAML()
load schema from yaml. |
void |
StorageServiceMBean.loadSchemaFromYAML()
Introduced in 0.7 to allow nodes to load their existing yaml defined schemas. |
Uses of ConfigurationException in org.apache.cassandra.tools |
---|
Methods in org.apache.cassandra.tools that throw ConfigurationException | |
---|---|
void |
NodeProbe.loadSchemaFromYAML()
Deprecated. |
static void |
SSTableExport.main(java.lang.String[] args)
Given arguments specifying an SSTable, and optionally an output file, export the contents of the SSTable to JSON. |
static void |
SSTableImport.main(java.lang.String[] args)
Converts JSON to an SSTable file. |
static void |
SchemaTool.main(java.lang.String[] args)
|
Uses of ConfigurationException in org.apache.cassandra.utils |
---|
Methods in org.apache.cassandra.utils that throw ConfigurationException | |
---|---|
static AbstractType |
FBUtilities.getComparator(java.lang.String compareWith)
|
static java.lang.String |
FBUtilities.resourceToFile(java.lang.String filename)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |