class StandaloneCatalogFactory extends CatalogFactory
A standalone catalog access for the Data Service.
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- Alphabetic
- By Inheritance
- StandaloneCatalogFactory
- CatalogFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StandaloneCatalogFactory(timeout: Duration, dataClientSettings: Settings)
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
- timeout
A timeout for data access operations
- dataClientSettings
Data Client settings (see the Data Client documentation)
-
new
StandaloneCatalogFactory(dataClientSettings: Settings)
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
- dataClientSettings
Data Client settings (see the Data Client documentation)
-
new
StandaloneCatalogFactory(timeout: Duration)
Constructs a new instance with default Data Client Settings and a custom timeout.
-
new
StandaloneCatalogFactory()
Constructs a new instance with infinite timeout for data access operations and default Data Client Settings.
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
create(hrn: HRN): Catalog
Creates a new catalog accessor.
Creates a new catalog accessor.
- Definition Classes
- StandaloneCatalogFactory → CatalogFactory
-
def
create(hrn: HRN, version: Long): Catalog
Creates a new catalog accessor.
Creates a new catalog accessor.
- Definition Classes
- StandaloneCatalogFactory → CatalogFactory
-
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
terminate(): Unit
Releases the acquired resources when accessing the catalogs is not needed anymore.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()