Interface | Description |
---|---|
GroupByCache |
Interface to abstract the way in which distinct group by
elements are cached
|
ServerCachingProtocol |
EndPoint coprocessor to send a cache to a region server.
|
ServerCachingProtocol.ServerCacheFactory |
Class | Description |
---|---|
BaseRegionScanner | |
BaseScannerRegionObserver | |
DelegateRegionScanner | |
GroupedAggregateRegionObserver |
Region observer that aggregates grouped rows (i.e.
|
HashJoinRegionScanner | |
MetaDataEndpointImpl |
Endpoint co-processor through which all Phoenix metadata mutations flow.
|
MetaDataProtocol |
Coprocessor protocol for Phoenix DDL.
|
MetaDataProtocol.MetaDataMutationResult | |
MetaDataRegionObserver |
Coprocessor for metadata related operations.
|
MetaDataRegionObserver.BuildIndexScheduleTask |
Task runs periodically to build indexes whose INDEX_NEED_PARTIALLY_REBUILD is set true
|
ScanRegionObserver |
Wraps the scan performing a non aggregate query to prevent needless retries
if a Phoenix bug is encountered from our custom filter expression evaluation.
|
SequenceRegionObserver |
Region observer coprocessor for sequence operations:
1) For creating a sequence, as checkAndPut does not allow us to scope the
Get done for the check with a TimeRange.
|
ServerCachingEndpointImpl |
Server-side implementation of
ServerCachingProtocol |
SuffixFilter |
Matches rows that end with a given byte array suffix
|
UngroupedAggregateRegionObserver |
Region observer that aggregates ungrouped rows(i.e.
|
Enum | Description |
---|---|
MetaDataProtocol.MutationCode |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.