public class TombstoneAbortException extends ReadAbortException
Modifier and Type | Field and Description |
---|---|
int |
nodes |
long |
tombstones |
dataPresent
blockFor, consistency, failureReasonByEndpoint, received
Constructor and Description |
---|
TombstoneAbortException(int nodes,
long tombstones,
java.lang.String cql,
boolean dataPresent,
ConsistencyLevel consistency,
int received,
int blockFor,
java.util.Map<InetAddressAndPort,RequestFailureReason> failureReasonByEndpoint) |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public TombstoneAbortException(int nodes, long tombstones, java.lang.String cql, boolean dataPresent, ConsistencyLevel consistency, int received, int blockFor, java.util.Map<InetAddressAndPort,RequestFailureReason> failureReasonByEndpoint)
Copyright © 2009- The Apache Software Foundation