B C D E G I M N O P R S T U V W 

B

bind(Properties) - Method in class org.rhq.cassandra.schema.CQLStep
 
bind(Properties) - Method in class org.rhq.cassandra.schema.MigrateAggregateMetrics
 
bind(Properties) - Method in class org.rhq.cassandra.schema.PopulateCacheIndex
 
bind(Properties) - Method in class org.rhq.cassandra.schema.ReplaceIndex
 
bind(Properties) - Method in interface org.rhq.cassandra.schema.Step
Bind the set of provided properties to the input step.

C

checkCompatibility() - Method in class org.rhq.cassandra.schema.SchemaManager
Check the existing storage cluster schema version to ensure it is compatible with the current installation.
close() - Method in class org.rhq.cassandra.schema.MigrationLog
Flushes any buffered writes and then closes the underlying output stream.
CQLStep - Class in org.rhq.cassandra.schema
Executes an CQL statement that is nested in a <step> element.
CQLStep(String) - Constructor for class org.rhq.cassandra.schema.CQLStep
 

D

DATA_DIR - Static variable in class org.rhq.cassandra.schema.SchemaManager
 
DateRanges - Class in org.rhq.cassandra.schema
 
DateRanges() - Constructor for class org.rhq.cassandra.schema.DateRanges
 
DBConnectionFactory - Interface in org.rhq.cassandra.schema
This interface essentially is a callback mechanism to provide access to the RHQ relational database.
drop() - Method in class org.rhq.cassandra.schema.SchemaManager
Drop storage cluster schema and revert the storage cluster to pre-RHQ state.

E

execute() - Method in class org.rhq.cassandra.schema.CQLStep
 
execute() - Method in class org.rhq.cassandra.schema.MigrateAggregateMetrics
 
execute() - Method in class org.rhq.cassandra.schema.PopulateCacheIndex
 
execute(DateRanges) - Method in class org.rhq.cassandra.schema.Replace412Index
 
execute() - Method in class org.rhq.cassandra.schema.ReplaceIndex
 
execute(DateRanges) - Method in class org.rhq.cassandra.schema.ReplaceRHQ411Index
 
execute() - Method in interface org.rhq.cassandra.schema.Step
Perform the actual work of the step.

G

getNodeAdresses() - Method in class org.rhq.cassandra.schema.SessionManager
 
getSession() - Method in class org.rhq.cassandra.schema.SessionManager
 
getStorageNodeAddresses() - Method in class org.rhq.cassandra.schema.SchemaManager
 
getStorageNodes() - Method in class org.rhq.cassandra.schema.SchemaManager
Returns the list of storage nodes.
getTableName() - Method in enum org.rhq.cassandra.schema.Table
 
getTimeSlice(DateTime, Duration) - Static method in class org.rhq.cassandra.schema.ReplaceIndex
 
getUTCTimeSlice(DateTime, Duration) - Static method in class org.rhq.cassandra.schema.ReplaceIndex
 

I

initSession(String, String, int, String...) - Method in class org.rhq.cassandra.schema.SessionManager
 
install() - Method in class org.rhq.cassandra.schema.SchemaManager
Install and update the storage cluster schema.
install(Properties) - Method in class org.rhq.cassandra.schema.SchemaManager
Install and update the storage cluster
InstalledSchemaTooAdvancedException - Exception in org.rhq.cassandra.schema.exception
 
InstalledSchemaTooAdvancedException() - Constructor for exception org.rhq.cassandra.schema.exception.InstalledSchemaTooAdvancedException
 
InstalledSchemaTooOldException - Exception in org.rhq.cassandra.schema.exception
 
InstalledSchemaTooOldException() - Constructor for exception org.rhq.cassandra.schema.exception.InstalledSchemaTooOldException
 

M

main(String[]) - Static method in class org.rhq.cassandra.schema.SchemaManager
A main runner used for direct usage of the schema manager.
MigrateAggregateMetrics - Class in org.rhq.cassandra.schema
Migrates aggregate metrics from the one_hour_metrics, six_hour_metrics, and twenty_four_hour_metrics tables to the new aggregate_metrics table.
MigrateAggregateMetrics() - Constructor for class org.rhq.cassandra.schema.MigrateAggregateMetrics
 
MigrationLog - Class in org.rhq.cassandra.schema
An append only log that stores schedule ids in binary format.
MigrationLog(File) - Constructor for class org.rhq.cassandra.schema.MigrationLog
 

N

newConnection() - Method in interface org.rhq.cassandra.schema.DBConnectionFactory
 
newThread(Runnable) - Method in class org.rhq.cassandra.schema.SchemaUpdateThreadFactory
 
newUpdateFolder(String) - Method in class org.rhq.cassandra.schema.UpdateFolderFactory
 

O

oneHourEndTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
oneHourStartTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
org.rhq.cassandra.schema - package org.rhq.cassandra.schema
 
org.rhq.cassandra.schema.exception - package org.rhq.cassandra.schema.exception
 

P

plusDSTAware(DateTime, Duration) - Static method in class org.rhq.cassandra.schema.ReplaceIndex
 
PopulateCacheIndex - Class in org.rhq.cassandra.schema
This is a custom step that performs data migration for users migrating to RHQ 4.11 from either 4.9 or 4.10.
PopulateCacheIndex() - Constructor for class org.rhq.cassandra.schema.PopulateCacheIndex
 

R

rawEndTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
rawStartTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
read() - Method in class org.rhq.cassandra.schema.MigrationLog
Sequentially reads the log into a set.
RELATIONAL_DB_CONNECTION_FACTORY_PROP - Static variable in class org.rhq.cassandra.schema.SchemaManager
 
Replace412Index - Class in org.rhq.cassandra.schema
 
Replace412Index(Session) - Constructor for class org.rhq.cassandra.schema.Replace412Index
 
ReplaceIndex - Class in org.rhq.cassandra.schema
For RHQ 4.9 - 4.11 installations this migrates data from the metrics_index table into the new metrics_idx table.
ReplaceIndex() - Constructor for class org.rhq.cassandra.schema.ReplaceIndex
 
ReplaceRHQ411Index - Class in org.rhq.cassandra.schema
 
ReplaceRHQ411Index(Session) - Constructor for class org.rhq.cassandra.schema.ReplaceRHQ411Index
 

S

SchemaManager - Class in org.rhq.cassandra.schema
 
SchemaManager(String, String, String[], int) - Constructor for class org.rhq.cassandra.schema.SchemaManager
 
SchemaManager(String, String, List<String>, int) - Constructor for class org.rhq.cassandra.schema.SchemaManager
 
SchemaNotInstalledException - Exception in org.rhq.cassandra.schema.exception
 
SchemaNotInstalledException() - Constructor for exception org.rhq.cassandra.schema.exception.SchemaNotInstalledException
 
SchemaUpdateThreadFactory - Class in org.rhq.cassandra.schema
 
SchemaUpdateThreadFactory() - Constructor for class org.rhq.cassandra.schema.SchemaUpdateThreadFactory
 
SessionManager - Class in org.rhq.cassandra.schema
 
SessionManager() - Constructor for class org.rhq.cassandra.schema.SessionManager
 
setSession(Session) - Method in class org.rhq.cassandra.schema.CQLStep
 
setSession(Session) - Method in class org.rhq.cassandra.schema.MigrateAggregateMetrics
 
setSession(Session) - Method in class org.rhq.cassandra.schema.PopulateCacheIndex
 
setSession(Session) - Method in class org.rhq.cassandra.schema.ReplaceIndex
 
setSession(Session) - Method in interface org.rhq.cassandra.schema.Step
Invoked prior to Step.execute().
shutdown() - Method in class org.rhq.cassandra.schema.SchemaManager
 
shutdownCluster() - Method in class org.rhq.cassandra.schema.SessionManager
 
sixHourEndTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
sixHourStartTime - Variable in class org.rhq.cassandra.schema.DateRanges
 
Step - Interface in org.rhq.cassandra.schema
This corresponds to a step element in a schema update file.

T

Table - Enum in org.rhq.cassandra.schema
 
toString() - Method in class org.rhq.cassandra.schema.CQLStep
 
toString() - Method in class org.rhq.cassandra.schema.MigrateAggregateMetrics
 
toString() - Method in class org.rhq.cassandra.schema.ReplaceIndex
 
toString() - Method in enum org.rhq.cassandra.schema.Table
 

U

uncaughtException(Thread, Throwable) - Method in class org.rhq.cassandra.schema.SchemaUpdateThreadFactory
 
UpdateFolderFactory - Class in org.rhq.cassandra.schema
This class is test hook to facilitate writing tests for schema changes, updates, etc.
UpdateFolderFactory() - Constructor for class org.rhq.cassandra.schema.UpdateFolderFactory
 
updateTopology() - Method in class org.rhq.cassandra.schema.SchemaManager
Update cluster topology settings, such as replication factor.

V

valueOf(String) - Static method in enum org.rhq.cassandra.schema.Table
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.cassandra.schema.Table
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class org.rhq.cassandra.schema.MigrationLog
Appends scheduleId to the log.
B C D E G I M N O P R S T U V W 

Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.