Package

com.redislabs.provider

redis

Permalink

package redis

Linear Supertypes
RedisFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. redis
  2. RedisFunctions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class RedisConfig extends Serializable

    Permalink

    RedisConfig holds the state of the cluster nodes, and uses consistent hashing to map keys to nodes

  2. class RedisContext extends Serializable

    Permalink

    RedisContext extends sparkContext's functionality with redis functions

  3. case class RedisEndpoint(host: String = Protocol.DEFAULT_HOST, port: Int = Protocol.DEFAULT_PORT, auth: String = null, dbNum: Int = Protocol.DEFAULT_DATABASE, timeout: Int = Protocol.DEFAULT_TIMEOUT) extends Serializable with Product

    Permalink

    RedisEndpoint represents a redis connection endpoint info: host, port, auth password db number, and timeout

    RedisEndpoint represents a redis connection endpoint info: host, port, auth password db number, and timeout

    host

    the redis host or ip

    port

    the redis port

    auth

    the authentication password

    dbNum

    database number (should be avoided in general)

  4. trait RedisFunctions extends AnyRef

    Permalink
  5. case class RedisNode(endpoint: RedisEndpoint, startSlot: Int, endSlot: Int, idx: Int, total: Int) extends Product with Serializable

    Permalink
  6. class RedisStreamingContext extends Serializable

    Permalink

    RedisStreamingContext extends StreamingContext's functionality with Redis

Value Members

  1. object ConnectionPool

    Permalink
  2. object RedisContext extends Serializable

    Permalink
  3. package partitioner

    Permalink
  4. package rdd

    Permalink
  5. package streaming

    Permalink
  6. implicit def toRedisContext(sc: SparkContext): RedisContext

    Permalink
    Definition Classes
    RedisFunctions
  7. implicit def toRedisStreamingContext(ssc: StreamingContext): RedisStreamingContext

    Permalink
    Definition Classes
    RedisFunctions

Inherited from RedisFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped