class HadoopCOGCollectionLayerProvider extends AttributeStoreProvider with COGValueReaderProvider with COGCollectionLayerReaderProvider
Provides HadoopAttributeStore instance for URI with hdfs
, hdfs+file
, s3n
, s3a
, wasb
and wasbs
schemes.
The uri represents Hadoop Path of catalog root.
wasb
and wasbs
provide support for the Hadoop Azure connector. Additional
configuration is required for this.
This Provider intentinally does not handle the s3
scheme because the Hadoop implemintation is poor.
That support is provided by HadoopAttributeStore
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HadoopCOGCollectionLayerProvider
- COGCollectionLayerReaderProvider
- COGValueReaderProvider
- AttributeStoreProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HadoopCOGCollectionLayerProvider()
Value Members
-
def
attributeStore(uri: URI): AttributeStore
- Definition Classes
- HadoopCOGCollectionLayerProvider → AttributeStoreProvider
-
def
canProcess(uri: URI): Boolean
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGCollectionLayerReaderProvider → COGValueReaderProvider → AttributeStoreProvider
-
def
collectionLayerReader(uri: URI, store: AttributeStore): HadoopCOGCollectionLayerReader
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGCollectionLayerReaderProvider
-
def
valueReader(uri: URI, store: AttributeStore): COGValueReader[LayerId]
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGValueReaderProvider