org
.
locationtech
.
geomesa
.
hbase
.
server
.
common
HBaseAggregator
Related Doc:
package common
trait
HBaseAggregator
[
T <:
Result
]
extends
AggregatingScan
[
T
]
HBase mixin for aggregating scans
T
aggregate result type
Linear Supertypes
AggregatingScan
[
T
],
LazyLogging
,
ConfiguredScan
,
SamplingIterator
,
AnyRef
,
Any
Known Subclasses
HBaseArrowAggregator
,
HBaseBinAggregator
,
HBaseDensityAggregator
,
HBaseStatsAggregator
,
HBaseVersionAggregator
Ordering
Alphabetic
By inheritance
Inherited
HBaseAggregator
AggregatingScan
LazyLogging
ConfiguredScan
SamplingIterator
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Abstract Value Members
abstract
def
createResult
(
sft:
SimpleFeatureType
,
transform:
Option
[
SimpleFeatureType
]
,
batchSize:
Int
,
options:
Map
[
String
,
String
]
)
:
T
Attributes
protected
Definition Classes
AggregatingScan
abstract
def
defaultBatchSize
:
Int
Attributes
protected
Definition Classes
AggregatingScan
Concrete 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
def
aggregate
[
A <:
AggregateCallback
]
(
callback:
A
)
:
A
Definition Classes
AggregatingScan
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLastScanned
:
Array
[
Byte
]
def
hasNextData
:
Boolean
Attributes
protected
Definition Classes
HBaseAggregator
→ AggregatingScan
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
(
options:
Map
[
String
,
String
]
)
:
Unit
Definition Classes
AggregatingScan → ConfiguredScan
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
LazyLogging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextData
()
:
RowValue
Attributes
protected
Definition Classes
HBaseAggregator
→ AggregatingScan
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
sample
(
options:
Map
[
String
,
String
]
)
:
Option
[(
SimpleFeature
) ⇒
Boolean
]
Definition Classes
SamplingIterator
def
sample
(
options:
Map
[
String
,
String
]
)
:
Option
[(
SimpleFeature
) ⇒
Boolean
]
Definition Classes
SamplingIterator
def
setScanner
(
scanner:
RegionScanner
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AggregatingScan
[
T
]
Inherited from
LazyLogging
Inherited from
ConfiguredScan
Inherited from
SamplingIterator
Inherited from
AnyRef
Inherited from
Any
Ungrouped
HBase mixin for aggregating scans
aggregate result type