c

geotrellis.spark.store.s3

S3LayerManager

class S3LayerManager extends LayerManager[LayerId]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3LayerManager
  2. LayerManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3LayerManager(attributeStore: S3AttributeStore, s3Client: ⇒ S3Client = S3ClientProducer.get())(implicit sc: SparkContext)

Value Members

  1. def copy[K, V, M](from: LayerId, to: LayerId)(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
    S3LayerManagerLayerManager
  2. def delete(id: LayerId): Unit
    Definition Classes
    S3LayerManagerLayerManager
  3. def move[K, V, M](from: LayerId, to: LayerId)(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
    S3LayerManagerLayerManager
  4. 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
    S3LayerManagerLayerManager
  5. 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
    S3LayerManagerLayerManager