Filter

com.google.bigtable.v2.data.RowFilter.Filter
See theFilter companion object
sealed trait Filter extends GeneratedOneof

Attributes

Companion
object
Source
RowFilter.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited types

type ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def applyLabelTransformer: Option[String]

Attributes

Source
RowFilter.scala
def blockAllFilter: Option[Boolean]

Attributes

Source
RowFilter.scala
def cellsPerColumnLimitFilter: Option[Int]

Attributes

Source
RowFilter.scala
def cellsPerRowLimitFilter: Option[Int]

Attributes

Source
RowFilter.scala
def cellsPerRowOffsetFilter: Option[Int]

Attributes

Source
RowFilter.scala
def chain: Option[Chain]

Attributes

Source
RowFilter.scala
def columnQualifierRegexFilter: Option[ByteString]

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def condition: Option[Condition]

Attributes

Source
RowFilter.scala
def familyNameRegexFilter: Option[String]

Attributes

Source
RowFilter.scala
def interleave: Option[Interleave]

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def isBlockAllFilter: Boolean

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def isChain: Boolean

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def isColumnRangeFilter: Boolean

Attributes

Source
RowFilter.scala
def isCondition: Boolean

Attributes

Source
RowFilter.scala
def isDefined: Boolean

Attributes

Source
RowFilter.scala
def isEmpty: Boolean

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def isInterleave: Boolean

Attributes

Source
RowFilter.scala
def isPassAllFilter: Boolean

Attributes

Source
RowFilter.scala
def isRowKeyRegexFilter: Boolean

Attributes

Source
RowFilter.scala
def isRowSampleFilter: Boolean

Attributes

Source
RowFilter.scala
def isSink: Boolean

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def isTimestampRangeFilter: Boolean

Attributes

Source
RowFilter.scala
def isValueRangeFilter: Boolean

Attributes

Source
RowFilter.scala
def isValueRegexFilter: Boolean

Attributes

Source
RowFilter.scala
def passAllFilter: Option[Boolean]

Attributes

Source
RowFilter.scala
def rowKeyRegexFilter: Option[ByteString]

Attributes

Source
RowFilter.scala
def rowSampleFilter: Option[Double]

Attributes

Source
RowFilter.scala
def sink: Option[Boolean]

Attributes

Source
RowFilter.scala
def stripValueTransformer: Option[Boolean]

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala

Attributes

Source
RowFilter.scala
def valueRegexFilter: Option[ByteString]

Attributes

Source
RowFilter.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def number: Int

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def value: ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala