Class

com.basho.riak.spark.rdd.connector

CachedSession

Related Doc: package connector

Permalink

class CachedSession extends RiakSession with Logging

Since

1.2.0

Linear Supertypes
Logging, RiakSession, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CachedSession
  2. Logging
  3. RiakSession
  4. AutoCloseable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CachedSession(conf: RiakConnectorConf, riakClient: RiakClient, afterClose: (CachedSession) ⇒ Any)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to any2stringadd[CachedSession] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CachedSession, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to ArrowAssoc[CachedSession] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addRef(): CachedSession

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    CachedSession → AutoCloseable
  10. val conf: RiakConnectorConf

    Permalink
  11. def ensuring(cond: (CachedSession) ⇒ Boolean, msg: ⇒ Any): CachedSession

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to Ensuring[CachedSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (CachedSession) ⇒ Boolean): CachedSession

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to Ensuring[CachedSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): CachedSession

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to Ensuring[CachedSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): CachedSession

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to Ensuring[CachedSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def execute[V, S](operation: FutureOperation[V, _, S]): RiakFuture[V, S]

    Permalink
    Definition Classes
    CachedSessionRiakSession
  18. def execute[T, S](command: RiakCommand[T, S]): T

    Permalink
    Definition Classes
    CachedSessionRiakSession
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to StringFormat[CachedSession] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getRefCount(): Long

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def isClosed: Boolean

    Permalink
    Definition Classes
    CachedSessionRiakSession
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def maxConnectionsPerNode: Int

    Permalink

    Returns maxConnection from the first available Riak node.

    Returns maxConnection from the first available Riak node. Since all Riak Nodes use the same value it should work fine

    Definition Classes
    CachedSessionRiakSession
  40. def minConnectionsPerNode: Int

    Permalink

    Minimum number of connections per one RiakNode.

    Minimum number of connections per one RiakNode.

    It returns minConnection from the first available Riak node, since all Riak Nodes use the same value it should work fine

    Definition Classes
    CachedSessionRiakSession
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def unwrap(): RiakClient

    Permalink

    returns

    underlying RiakClient

    Definition Classes
    CachedSessionRiakSession
    Note

    was introduced for testing purposes only

  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (CachedSession, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CachedSession to ArrowAssoc[CachedSession] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Logging

Inherited from RiakSession

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CachedSession to any2stringadd[CachedSession]

Inherited by implicit conversion StringFormat from CachedSession to StringFormat[CachedSession]

Inherited by implicit conversion Ensuring from CachedSession to Ensuring[CachedSession]

Inherited by implicit conversion ArrowAssoc from CachedSession to ArrowAssoc[CachedSession]

Ungrouped