Package

org.infinispan.spark

rdd

Permalink

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. trait Filter extends AnyRef

    Permalink
  2. class FilteredCustomInfinispanRDD[K, V, R] extends RDD[(K, R)]

    Permalink

    Infinispan RDD filtered by a deployed filter.

  3. class FilteredQueryInfinispanRDD[K, V, R] extends RDD[(K, R)]

    Permalink

    Infinispan RDD filtered by a Query.

  4. class InfinispanIterator[K, V] extends Iterator[(K, V)]

    Permalink

  5. class InfinispanJavaRDD[K, V] extends JavaPairRDD[K, V] with CacheManagementAware

    Permalink
  6. class InfinispanPartition extends Partition

    Permalink
  7. class InfinispanRDD[K, V] extends RDD[(K, V)] with CacheManagementAware

    Permalink

  8. class Location extends Serializable

    Permalink

  9. class PerServerSplitter extends Splitter

    Permalink

    Create one or more partition per server so that: - Each partition will only contain segments owned by the associated server - A segment is unique across partitions

  10. class PreferredServerBalancingStrategy extends FailoverRequestBalancingStrategy

    Permalink

    Balancing strategy biased towards a pre-chosen server

  11. trait QueryFilter extends Filter

    Permalink
  12. class SingleServerPartition extends InfinispanPartition

    Permalink
  13. trait Splitter extends AnyRef

    Permalink

    The Splitter is responsible to produce one or more org.infinispan.spark.rdd.InfinispanPartition that will execute the job on a certain slice of the data.

    The Splitter is responsible to produce one or more org.infinispan.spark.rdd.InfinispanPartition that will execute the job on a certain slice of the data. On Infinispan, data is spread roughly equally across multiple segments.

Value Members

  1. object InfinispanJavaRDD extends Serializable

    Permalink

  2. object Location extends Serializable

    Permalink
  3. object RemoteCacheManagerBuilder

    Permalink

Ungrouped