org
.
locationtech
.
geomesa
.
accumulo
.
index
JoinPlan
Related Doc:
package index
case class
JoinPlan
(
filter:
AccumuloFilterStrategyType
,
table:
String
,
ranges:
Seq
[
Range
]
,
iterators:
Seq
[
IteratorSetting
]
,
columnFamilies:
Seq
[
Text
]
,
numThreads:
Int
,
hasDuplicates:
Boolean
,
joinFunction:
JoinFunction
,
joinQuery:
BatchScanPlan
)
extends
AccumuloQueryPlan
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AccumuloQueryPlan
,
QueryPlan
[
AccumuloDataStore
,
AccumuloFeature
,
Mutation
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
JoinPlan
Serializable
Serializable
Product
Equals
AccumuloQueryPlan
QueryPlan
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
JoinPlan
(
filter:
AccumuloFilterStrategyType
,
table:
String
,
ranges:
Seq
[
Range
]
,
iterators:
Seq
[
IteratorSetting
]
,
columnFamilies:
Seq
[
Text
]
,
numThreads:
Int
,
hasDuplicates:
Boolean
,
joinFunction:
JoinFunction
,
joinQuery:
BatchScanPlan
)
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
columnFamilies
:
Seq
[
Text
]
Definition Classes
JoinPlan
→
AccumuloQueryPlan
def
configure
(
scanner:
ScannerBase
)
:
Unit
Attributes
protected
Definition Classes
AccumuloQueryPlan
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
explain
(
explainer:
Explainer
,
prefix:
String
=
""
)
:
Unit
Definition Classes
AccumuloQueryPlan
→ QueryPlan
val
filter
:
AccumuloFilterStrategyType
Definition Classes
JoinPlan
→ QueryPlan
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hasDuplicates
:
Boolean
Definition Classes
JoinPlan
→ QueryPlan
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
iterators
:
Seq
[
IteratorSetting
]
Definition Classes
JoinPlan
→
AccumuloQueryPlan
val
join
:
Some
[(
JoinFunction
,
BatchScanPlan
)]
Definition Classes
JoinPlan
→
AccumuloQueryPlan
val
joinFunction
:
JoinFunction
val
joinQuery
:
BatchScanPlan
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
numThreads
:
Int
Definition Classes
JoinPlan
→
AccumuloQueryPlan
val
ranges
:
Seq
[
Range
]
Definition Classes
JoinPlan
→
AccumuloQueryPlan
def
reduce
:
Option
[(
CloseableIterator
[
SimpleFeature
]) ⇒
CloseableIterator
[
SimpleFeature
]]
Definition Classes
JoinPlan
→ QueryPlan
def
scan
(
ds:
AccumuloDataStore
)
:
CloseableIterator
[
SimpleFeature
]
Definition Classes
JoinPlan
→ QueryPlan
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
table
:
String
Definition Classes
JoinPlan
→
AccumuloQueryPlan
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
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AccumuloQueryPlan
Inherited from
QueryPlan
[
AccumuloDataStore
,
AccumuloFeature
,
Mutation
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped