Package org.apache.cassandra.db.filter
Class TombstoneOverwhelmingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.db.filter.TombstoneOverwhelmingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TombstoneOverwhelmingException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TombstoneOverwhelmingException(int numTombstones, java.lang.String query, TableMetadata metadata, DecoratedKey lastPartitionKey, ClusteringPrefix<?> lastClustering)
-
-
-
Constructor Detail
-
TombstoneOverwhelmingException
public TombstoneOverwhelmingException(int numTombstones, java.lang.String query, TableMetadata metadata, DecoratedKey lastPartitionKey, ClusteringPrefix<?> lastClustering)
-
-