ExceedStopFilter

final class ExceedStopFilter(stopRowKey: Array[Byte]) extends FilterBase
Companion:
object
class FilterBase
class Filter
class Object
trait Matchable
class Any

Value members

Concrete methods

override def filterAllRemaining(): Boolean
Definition Classes
FilterBase -> Filter
override def filterRowKey(firstRowCell: Cell): Boolean
Definition Classes
FilterBase -> Filter
override def toByteArray: Array[Byte]
Definition Classes
FilterBase -> Filter

Inherited methods

@throws(java.io.IOException)
def filterCell(x$0: Cell): ReturnCode
Inherited from:
Filter
@throws(java.io.IOException)
def filterRow(): Boolean
Inherited from:
FilterBase
@throws(java.io.IOException)
def filterRowCells(x$0: List[Cell]): Unit
Inherited from:
FilterBase
@throws(java.io.IOException)
def getNextCellHint(x$0: Cell): Cell
Inherited from:
FilterBase
def hasFilterRow(): Boolean
Inherited from:
FilterBase
@throws(java.io.IOException)
def isFamilyEssential(x$0: Array[Byte]): Boolean
Inherited from:
FilterBase
def isReversed(): Boolean
Inherited from:
Filter
@throws(java.io.IOException)
def reset(): Unit
Inherited from:
FilterBase
def setReversed(x$0: Boolean): Unit
Inherited from:
Filter
def toString(): String
Inherited from:
FilterBase
@throws(java.io.IOException)
def transformCell(x$0: Cell): Cell
Inherited from:
FilterBase

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.io.IOException)
def filterKeyValue(x$0: Cell): ReturnCode
Deprecated
Inherited from:
Filter
@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.io.IOException)
def filterRowKey(x$0: Array[Byte], x$1: Int, x$2: Int): Boolean
Deprecated
Inherited from:
FilterBase