Trait

org.bitbucket.pshirshov.izumitk.cassandra.facade

CassandraFacadeBase

Related Doc: package facade

Permalink

trait CassandraFacadeBase extends Initializable with StrictLogging with DecorateAsScala

Linear Supertypes
DecorateAsScala, StrictLogging, Initializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraFacadeBase
  2. DecorateAsScala
  3. StrictLogging
  4. Initializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def cassandra: CassandraContext

    Permalink
    Attributes
    protected
  2. abstract def ddl: Seq[CBaseStatement]

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aliasToName(ksId: CKeyspaceId): CKeyspace

    Permalink
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit def asScalaBufferConverter[A](l: List[A]): scala.collection.convert.Decorators.AsScala[Buffer[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  7. implicit def asScalaIteratorConverter[A](i: Iterator[A]): scala.collection.convert.Decorators.AsScala[Iterator[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  8. implicit def asScalaSetConverter[A](s: Set[A]): scala.collection.convert.Decorators.AsScala[Set[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  9. def bind(query: CPreparedStatement, values: AnyRef*): CBoundStatement

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit def collectionAsScalaIterableConverter[A](i: Collection[A]): scala.collection.convert.Decorators.AsScala[Iterable[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  12. def createTables(): Unit

    Permalink
  13. def defaultKeyspaceId: CKeyspaceId

    Permalink
    Attributes
    protected
  14. implicit def dictionaryAsScalaMapConverter[A, B](p: Dictionary[A, B]): scala.collection.convert.Decorators.AsScala[Map[A, B]]

    Permalink
    Definition Classes
    DecorateAsScala
  15. implicit def enumerationAsScalaIteratorConverter[A](i: Enumeration[A]): scala.collection.convert.Decorators.AsScala[Iterator[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def execute(statement: ⇒ CBaseStatement): ResultSet

    Permalink
  19. def executeAsync(statement: ⇒ CBaseStatement): Future[ResultSet]

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def inDefaultKeyspace(name: String): CTable

    Permalink
    Attributes
    protected
  24. def init(): Unit

    Permalink
    Definition Classes
    CassandraFacadeBase → Initializable
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. implicit def iterableAsScalaIterableConverter[A](i: Iterable[A]): scala.collection.convert.Decorators.AsScala[Iterable[A]]

    Permalink
    Definition Classes
    DecorateAsScala
  27. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  28. implicit def mapAsScalaConcurrentMapConverter[A, B](m: ConcurrentMap[A, B]): scala.collection.convert.Decorators.AsScala[Map[A, B]]

    Permalink
    Definition Classes
    DecorateAsScala
  29. implicit def mapAsScalaMapConverter[A, B](m: Map[A, B]): scala.collection.convert.Decorators.AsScala[Map[A, B]]

    Permalink
    Definition Classes
    DecorateAsScala
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def prepareQuery(meta: CMeta, table: CTable)(text: (QueryContext) ⇒ String): CPreparedStatement

    Permalink
  34. def prepareStatement(meta: CMeta, table: CTable)(statement: (QueryContext) ⇒ CRegularStatement): CPreparedStatement

    Permalink
  35. implicit def propertiesAsScalaMapConverter(p: Properties): scala.collection.convert.Decorators.AsScala[Map[String, String]]

    Permalink
    Definition Classes
    DecorateAsScala
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DecorateAsScala

Inherited from StrictLogging

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped