Uses of Class
com.opencloud.rhino.resource.UnrecognizedKeyspaceException
-
Packages that use UnrecognizedKeyspaceException Package Description com.opencloud.rhino.resource com.opencloud.rhino.resource.cassandra -
-
Uses of UnrecognizedKeyspaceException in com.opencloud.rhino.resource
Methods in com.opencloud.rhino.resource that throw UnrecognizedKeyspaceException Modifier and Type Method Description TabularData
PersistingResourceMBean. dumpTable(String keyspaceName, String tableName, long timeout, int maxRows)
Return the content of the specified table as tabular data.String
PersistingResourceMBean. getDataDefinitions(String keyspaceName)
Get the data definitions for the specified database keyspace.String[]
PersistingResourceMBean. getTableNames(String keyspaceName)
Get the names of the tables used by this persisting resource in the specified keyspace. -
Uses of UnrecognizedKeyspaceException in com.opencloud.rhino.resource.cassandra
Methods in com.opencloud.rhino.resource.cassandra that throw UnrecognizedKeyspaceException Modifier and Type Method Description String
CassandraResourceMBean. getDataDefinitions(String keyspaceName)
Get the CQL data definitions for the specified Cassandra keyspace.
-