c
org.locationtech.geomesa.hbase.filters
JSimpleFeatureFilter
Companion object JSimpleFeatureFilter
class JSimpleFeatureFilter extends CqlTransformFilter
- Annotations
- @deprecated
- Deprecated
used for filter compatibility mode 2.3
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSimpleFeatureFilter
- CqlTransformFilter
- FilterBase
- Filter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JSimpleFeatureFilter(delegate: DelegateFilter)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filterAllRemaining(): Boolean
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
filterCell(arg0: Cell): ReturnCode
- Definition Classes
- Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
filterKeyValue(v: Cell): ReturnCode
From the Filter javadocs:
From the Filter javadocs:
A filter can expect the following call sequence:
-
reset(): reset the filter state before filtering a new row. -
filterAllRemaining(): true means row scan is over; false means keep going. -
filterRowKey(byte[],int,int): true means drop this row; false means include. -
filterKeyValue(Cell): decides whether to include or exclude this KeyValue. SeeReturnCode. -
transform(KeyValue): if the KeyValue is included, let the filter transform the KeyValue. -
filterRowCells(List): allows direct modification of the final list to be submitted -
filterRow(): last chance to drop entire row based on the sequence of filter calls. Eg: filter a row if it doesn't contain a specified column.
- Definition Classes
- CqlTransformFilter → Filter
-
-
def
filterRow(): Boolean
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
filterRowCells(arg0: List[Cell]): Unit
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
filterRowKey(arg0: Cell): Boolean
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getNextCellHint(arg0: Cell): Cell
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
hasFilterRow(): Boolean
- Definition Classes
- FilterBase → Filter
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isFamilyEssential(arg0: Array[Byte]): Boolean
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReversed(): Boolean
- Definition Classes
- Filter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
reset(): Unit
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
setReversed(arg0: Boolean): Unit
- Definition Classes
- Filter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(): Array[Byte]
- Definition Classes
- JSimpleFeatureFilter → CqlTransformFilter → FilterBase → Filter
-
def
toString(): String
- Definition Classes
- CqlTransformFilter → FilterBase → AnyRef → Any
-
def
transformCell(v: Cell): Cell
- Definition Classes
- CqlTransformFilter → FilterBase → Filter
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
filterRowKey(arg0: Array[Byte], arg1: Int, arg2: Int): Boolean
- Definition Classes
- FilterBase → Filter
- Annotations
- @throws( classOf[java.io.IOException] ) @Deprecated
- Deprecated
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated