class AccumuloLayerReindexer extends LayerReindexer[LayerId]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccumuloLayerReindexer
- LayerReindexer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AccumuloLayerReindexer(instance: AccumuloInstance, attributeStore: AttributeStore, options: Options)(implicit sc: SparkContext)
Value Members
- def getTmpId(id: LayerId): LayerId
-
def
reindex[K, V, M](id: LayerId, keyIndexMethod: KeyIndexMethod[K])(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: Encoder[K], arg3: Decoder[K], arg4: ClassTag[K], arg5: AvroRecordCodec[V], arg6: ClassTag[V], arg7: Encoder[M], arg8: Decoder[M], arg9: Component[M, Bounds[K]]): Unit
- Definition Classes
- AccumuloLayerReindexer → LayerReindexer
-
def
reindex[K, V, M](id: LayerId, keyIndex: KeyIndex[K])(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: Encoder[K], arg3: Decoder[K], arg4: ClassTag[K], arg5: AvroRecordCodec[V], arg6: ClassTag[V], arg7: Encoder[M], arg8: Decoder[M], arg9: Component[M, Bounds[K]]): Unit
- Definition Classes
- AccumuloLayerReindexer → LayerReindexer