org.apache.hadoop.hbase.exceptions
Class OutOfOrderScannerNextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
public class OutOfOrderScannerNextException
- extends DoNotRetryIOException
Thrown by a RegionServer while doing next() calls on a ResultScanner. Both client and server
maintain a nextCallSeq and if they do not match, RS will throw this exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OutOfOrderScannerNextException
public OutOfOrderScannerNextException()
OutOfOrderScannerNextException
public OutOfOrderScannerNextException(String msg)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.