Uses of Class
org.scale7.cassandra.pelops.exceptions.PelopsException

Packages that use PelopsException
org.scale7.cassandra.pelops   
org.scale7.cassandra.pelops.exceptions   
 

Uses of PelopsException in org.scale7.cassandra.pelops
 

Methods in org.scale7.cassandra.pelops that throw PelopsException
 void RowDeletor.deleteRow(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Delete a row with a specified key from a specified column family.
 void RowDeletor.deleteRow(String columnFamily, String rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Delete a row with a specified key from a specified column family.
 void Mutator.execute(org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Execute the mutations that have been specified by sending them to Cassandra in a single batch.
 int Selector.getColumnCount(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of columns in a row.
 int Selector.getColumnCount(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of columns in a row.
 int Selector.getColumnCount(String columnFamily, String rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of columns in a row.
 int Selector.getColumnCount(String columnFamily, String rowKey, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of columns in a row.
 org.apache.cassandra.thrift.Column Selector.getColumnFromRow(String columnFamily, Bytes rowKey, Bytes colName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a column from a row.
 org.apache.cassandra.thrift.Column Selector.getColumnFromRow(String columnFamily, String rowKey, Bytes colName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a column from a row.
 org.apache.cassandra.thrift.Column Selector.getColumnFromRow(String columnFamily, String rowKey, String colName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a column from a row.
 List<org.apache.cassandra.thrift.Column> Selector.getColumnsFromRow(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a row.
 List<org.apache.cassandra.thrift.Column> Selector.getColumnsFromRow(String columnFamily, String rowKey, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a row.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getColumnsFromRows(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a range of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getColumnsFromRows(String columnFamily, List<Bytes> rowKeys, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a set of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getColumnsFromRowsUtf8Keys(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a range of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getColumnsFromRowsUtf8Keys(String columnFamily, List<String> rowKeys, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a set of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getIndexedColumns(org.apache.cassandra.thrift.ColumnParent colParent, org.apache.cassandra.thrift.IndexClause indexClause, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a range of indexed rows using its secondary index.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getIndexedColumns(String colParent, org.apache.cassandra.thrift.IndexClause indexClause, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve columns from a range of indexed rows using its secondary index.
 List<org.apache.cassandra.thrift.Column> Selector.getPageOfColumnsFromRow(String columnFamily, Bytes rowKey, Bytes startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of columns composed from a segment of the sequence of columns in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getPageOfColumnsFromRow(String columnFamily, Bytes rowKey, String startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of columns composed from a segment of the sequence of columns in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getPageOfColumnsFromRow(String columnFamily, String rowKey, Bytes startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of columns composed from a segment of the sequence of columns in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getPageOfColumnsFromRow(String columnFamily, String rowKey, String startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of columns composed from a segment of the sequence of columns in a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getPageOfSuperColumnsFromRow(String columnFamily, Bytes rowKey, Bytes startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getPageOfSuperColumnsFromRow(String columnFamily, Bytes rowKey, String startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getPageOfSuperColumnsFromRow(String columnFamily, String rowKey, Bytes startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getPageOfSuperColumnsFromRow(String columnFamily, String rowKey, String startBeyondName, boolean reversed, int count, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a page of super columns composed from a segment of the sequence of super columns in a row.
 int Selector.getSubColumnCount(String columnFamily, Bytes rowKey, Bytes superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, Bytes rowKey, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, Bytes rowKey, String superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, Bytes rowKey, String superColName, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, String rowKey, Bytes superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, String rowKey, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, String rowKey, String superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 int Selector.getSubColumnCount(String columnFamily, String rowKey, String superColName, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of sub-columns inside a super column in a row.
 org.apache.cassandra.thrift.Column Selector.getSubColumnFromRow(String columnFamily, Bytes rowKey, Bytes superColName, Bytes subColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a sub column from a super column in a row.
 org.apache.cassandra.thrift.Column Selector.getSubColumnFromRow(String columnFamily, String rowKey, Bytes superColName, Bytes subColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a sub column from a super column in a row.
 org.apache.cassandra.thrift.Column Selector.getSubColumnFromRow(String columnFamily, String rowKey, Bytes superColName, String subColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a sub column from a super column in a row.
 org.apache.cassandra.thrift.Column Selector.getSubColumnFromRow(String columnFamily, String rowKey, String superColName, Bytes subColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a sub column from a super column in a row.
 org.apache.cassandra.thrift.Column Selector.getSubColumnFromRow(String columnFamily, String rowKey, String superColName, String subColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a sub column from a super column in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getSubColumnsFromRow(String columnFamily, Bytes rowKey, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getSubColumnsFromRow(String columnFamily, String rowKey, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a row.
 List<org.apache.cassandra.thrift.Column> Selector.getSubColumnsFromRow(String columnFamily, String rowKey, String superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a row.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRows(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a range of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRows(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, String superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a range of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRows(String columnFamily, List<Bytes> rowKeys, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a set of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRows(String columnFamily, List<Bytes> rowKeys, String superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a set of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRowsUtf8Keys(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a range of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRowsUtf8Keys(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, String superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a range of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRowsUtf8Keys(String columnFamily, List<String> rowKeys, Bytes superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a set of rows.
 Map<String,List<org.apache.cassandra.thrift.Column>> Selector.getSubColumnsFromRowsUtf8Keys(String columnFamily, List<String> rowKeys, String superColName, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve sub-columns from a super column in a set of rows.
 int Selector.getSuperColumnCount(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of super columns in a row.
 int Selector.getSuperColumnCount(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of super columns in a row.
 int Selector.getSuperColumnCount(String columnFamily, String rowKey, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of super columns in a row.
 int Selector.getSuperColumnCount(String columnFamily, String rowKey, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Get the count of super columns in a row.
 org.apache.cassandra.thrift.SuperColumn Selector.getSuperColumnFromRow(String columnFamily, Bytes rowKey, Bytes superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a super column from a row.
 org.apache.cassandra.thrift.SuperColumn Selector.getSuperColumnFromRow(String columnFamily, String rowKey, Bytes superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a super column from a row.
 org.apache.cassandra.thrift.SuperColumn Selector.getSuperColumnFromRow(String columnFamily, String rowKey, String superColName, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve a super column from a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getSuperColumnsFromRow(String columnFamily, Bytes rowKey, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a row.
 List<org.apache.cassandra.thrift.SuperColumn> Selector.getSuperColumnsFromRow(String columnFamily, String rowKey, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a row.
 Map<Bytes,List<org.apache.cassandra.thrift.SuperColumn>> Selector.getSuperColumnsFromRows(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a range of rows.
 Map<Bytes,List<org.apache.cassandra.thrift.SuperColumn>> Selector.getSuperColumnsFromRows(String columnFamily, List<Bytes> rowKeys, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a set of rows.
 Map<String,List<org.apache.cassandra.thrift.SuperColumn>> Selector.getSuperColumnsFromRowsUtf8Keys(String columnFamily, org.apache.cassandra.thrift.KeyRange keyRange, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a range of rows.
 Map<String,List<org.apache.cassandra.thrift.SuperColumn>> Selector.getSuperColumnsFromRowsUtf8Keys(String columnFamily, List<String> rowKeys, org.apache.cassandra.thrift.SlicePredicate colPredicate, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
          Retrieve super columns from a set of rows.
protected
<ReturnType>
ReturnType
Operand.tryOperation(Operand.IOperation<ReturnType> operation)
           
 

Uses of PelopsException in org.scale7.cassandra.pelops.exceptions
 

Subclasses of PelopsException in org.scale7.cassandra.pelops.exceptions
 class ApplicationException
           
 class AuthenticationException
           
 class AuthorizationException
           
 class InvalidRequestException
           
 class NoConnectionsAvailableException
           
 class NotFoundException
           
 class ProtocolException
           
 class TimedOutException
           
 class TransportException
           
 class UnavailableException
           
 

Methods in org.scale7.cassandra.pelops.exceptions that return PelopsException
 PelopsException IExceptionTranslator.translate(Exception e)
          Translate the provided exception into a pelops exception.
 PelopsException IExceptionTranslator.ExceptionTranslator.translate(Exception e)
           
 



Copyright © 2011. All Rights Reserved.