c

com.here.platform.data.client.v2.api.JavaScalaConverters

AsJavaCachingVersionedGenericLayerReader

class AsJavaCachingVersionedGenericLayerReader[T] extends AsJavaVersionedGenericLayerReader[T] with CachingVersionedGenericLayerReader[T]

Linear Supertypes
CachingVersionedGenericLayerReader[T], AsJavaVersionedGenericLayerReader[T], VersionedGenericLayerReader[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsJavaCachingVersionedGenericLayerReader
  2. CachingVersionedGenericLayerReader
  3. AsJavaVersionedGenericLayerReader
  4. VersionedGenericLayerReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsJavaCachingVersionedGenericLayerReader(asScala: CachingVersionedGenericLayerReader[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val asScala: CachingVersionedGenericLayerReader[T]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def preload(versions: Iterable[Long], partitionIds: Iterable[String]): Unit

    Downloads the data for the requested versions of the given partitionIds and puts it into the cache for later retrieval.

    Downloads the data for the requested versions of the given partitionIds and puts it into the cache for later retrieval.

    If the data does not fit into the cache completely, this might evict entries from the cache.

    Definition Classes
    AsJavaCachingVersionedGenericLayerReader → CachingVersionedGenericLayerReader
  17. def preloadAsync(versions: Iterable[Long], partitionIds: Iterable[String], executor: Executor): CompletionStage[Void]

    Downloads the data for the requested versions of the given partitionIds and puts it into the cache for later retrieval.

    Downloads the data for the requested versions of the given partitionIds and puts it into the cache for later retrieval.

    If the data does not fit into the cache completely, this might evict entries from the cache.

    Please note that using a work stealing thread pool might lead to starvation.

    Definition Classes
    AsJavaCachingVersionedGenericLayerReader → CachingVersionedGenericLayerReader
  18. def read(version: Long, partitionId: String): Optional[T]

    Get data from a versioned layer with a given version and partition id (String).

    Get data from a versioned layer with a given version and partition id (String).

    version

    Catalog version against which to run the query.

    partitionId

    Partition id.

    returns

    an Optional with the data retrieved (empty if no data is retrieved).

    Definition Classes
    AsJavaVersionedGenericLayerReader → VersionedGenericLayerReader
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CachingVersionedGenericLayerReader[T]

Inherited from VersionedGenericLayerReader[T]

Inherited from AnyRef

Inherited from Any

Ungrouped