class HBaseSpatialRDDProvider extends SpatialRDDProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HBaseSpatialRDDProvider
- SpatialRDDProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HBaseSpatialRDDProvider()
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
canProcess(params: Map[String, _ <: Serializable]): Boolean
- Definition Classes
- HBaseSpatialRDDProvider → SpatialRDDProvider
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
rdd(conf: Configuration, sc: SparkContext, dsParams: Map[String, String], origQuery: Query): SpatialRDD
- Definition Classes
- HBaseSpatialRDDProvider → SpatialRDDProvider
-
def
save(rdd: RDD[SimpleFeature], writeDataStoreParams: Map[String, String], writeTypeName: String): Unit
Writes this RDD to a GeoMesa table.
Writes this RDD to a GeoMesa table. The type must exist in the data store, and all of the features in the RDD must be of this type.
- rdd
rdd
- writeDataStoreParams
params
- writeTypeName
type name
- Definition Classes
- HBaseSpatialRDDProvider → SpatialRDDProvider
-
def
sft(params: Map[String, String], typeName: String): Option[SimpleFeatureType]
- Definition Classes
- HBaseSpatialRDDProvider → SpatialRDDProvider
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unsafeSave(rdd: RDD[SimpleFeature], writeDataStoreParams: Map[String, String], writeTypeName: String): Unit
Writes this RDD to a GeoMesa table.
Writes this RDD to a GeoMesa table. The type must exist in the data store, and all of the features in the RDD must be of this type. This method assumes that the schema exists.
- rdd
rdd
- writeDataStoreParams
params
- writeTypeName
type name
-
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
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated