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
-
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
attributeStore(uri: URI): AttributeStore
- Definition Classes
- HadoopCOGCollectionLayerProvider → AttributeStoreProvider
-
def
canProcess(uri: URI): Boolean
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGCollectionLayerReaderProvider → COGValueReaderProvider → AttributeStoreProvider
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collectionLayerReader(uri: URI, store: AttributeStore): HadoopCOGCollectionLayerReader
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGCollectionLayerReaderProvider
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueReader(uri: URI, store: AttributeStore): COGValueReader[LayerId]
- Definition Classes
- HadoopCOGCollectionLayerProvider → COGValueReaderProvider
-
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( ... ) @native()