org
.
bitbucket
.
pshirshov
.
izumitk
.
cassandra
.
modules
CassandraModuleBase
Related Doc:
package modules
abstract
class
CassandraModuleBase
extends
AbstractModule
with
ScalaModule
with
StrictLogging
Linear Supertypes
StrictLogging
,
ScalaModule
,
InternalModule
[
Binder
],
AbstractModule
,
Module
,
AnyRef
,
Any
Known Subclasses
CassandraModule
Ordering
Alphabetic
By Inheritance
Inherited
CassandraModuleBase
StrictLogging
ScalaModule
InternalModule
AbstractModule
Module
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CassandraModuleBase
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
addError
(
arg0:
Message
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
addError
(
arg0:
Throwable
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
addError
(
arg0:
String
,
arg1:
<repeated...>
[
AnyRef
]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
annotatedWith
[
A <:
Annotation
]
(
implicit
arg0:
Manifest
[
A
]
)
:
Matcher
[
AnnotatedElement
]
Attributes
protected[this]
Definition Classes
InternalModule
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
bind
[
T
]
(
implicit
arg0:
Manifest
[
T
]
)
:
ScalaAnnotatedBindingBuilder
[
T
] { ... /* 2 definitions in type refinement */ }
Attributes
protected[this]
Definition Classes
InternalModule
def
bind
[
T
]
(
arg0:
Class
[
T
]
)
:
AnnotatedBindingBuilder
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bind
[
T
]
(
arg0:
TypeLiteral
[
T
]
)
:
AnnotatedBindingBuilder
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bind
[
T
]
(
arg0:
Key
[
T
]
)
:
LinkedBindingBuilder
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bindConstant
()
:
AnnotatedConstantBindingBuilder
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bindInterceptor
[
I <:
MethodInterceptor
]
(
classMatcher:
Matcher
[_ >:
Class
[_]]
,
methodMatcher:
Matcher
[_ >:
AnnotatedElement
]
)
(
implicit
arg0:
Manifest
[
I
]
)
:
Unit
Attributes
protected[this]
Definition Classes
InternalModule
def
bindInterceptor
(
arg0:
Matcher
[_ >:
Class
[_]]
,
arg1:
Matcher
[_ >:
Method
]
,
arg2:
<repeated...>
[
MethodInterceptor
]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bindListener
(
arg0:
Matcher
[_ >:
Binding
[_]]
,
arg1:
<repeated...>
[
ProvisionListener
]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bindListener
(
arg0:
Matcher
[_ >:
TypeLiteral
[_]]
,
arg1:
TypeListener
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
bindScope
[
T <:
Annotation
]
(
scope:
Scope
)
(
implicit
arg0:
Manifest
[
T
]
)
:
Unit
Attributes
protected[this]
Definition Classes
InternalModule
def
bindScope
(
arg0:
Class
[_ <:
Annotation
]
,
arg1:
Scope
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
binder
()
:
Binder
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
binderAccess
:
Binder
Attributes
protected[this]
Definition Classes
ScalaModule → InternalModule
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
configure
()
:
Unit
Definition Classes
CassandraModuleBase
→ AbstractModule
final
def
configure
(
arg0:
Binder
)
:
Unit
Definition Classes
AbstractModule → Module
def
convertToTypes
(
arg0:
Matcher
[_ >:
TypeLiteral
[_]]
,
arg1:
TypeConverter
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
createCluster
(
policy:
TokenAwarePolicy
,
endpoints:
List
[
String
]
)
:
Cluster
Attributes
protected
def
createPreparedStatementsCache
(
session:
Session
,
cacheSpec:
String
)
:
PSCache
Attributes
protected
def
currentStage
()
:
Stage
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
final
def
endpoints
(
endpoints:
ConfigList
)
:
List
[
String
]
Annotations
@Provides
()
@Singleton
()
@Named
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getMembersInjector
[
T
]
(
implicit
arg0:
Manifest
[
T
]
)
:
MembersInjector
[
T
]
Attributes
protected[this]
Definition Classes
InternalModule
def
getMembersInjector
[
T
]
(
arg0:
TypeLiteral
[
T
]
)
:
MembersInjector
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
getMembersInjector
[
T
]
(
arg0:
Class
[
T
]
)
:
MembersInjector
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
final
def
getPolicy
(
policyName:
String
,
policiesConfig:
Config
)
:
TokenAwarePolicy
Annotations
@Provides
()
@Singleton
()
def
getProvider
[
T
]
(
implicit
arg0:
Manifest
[
T
]
)
:
Provider
[
T
]
Attributes
protected[this]
Definition Classes
InternalModule
def
getProvider
[
T
]
(
arg0:
Class
[
T
]
)
:
Provider
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
getProvider
[
T
]
(
arg0:
Key
[
T
]
)
:
Provider
[
T
]
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
getSession
(
cluster:
Cluster
,
defaultReplication:
String
,
defaultKeyspace:
String
)
:
Session
Attributes
protected
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
install
(
arg0:
Module
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
logger
:
Logger
Attributes
protected
Definition Classes
StrictLogging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
requestInjection
(
arg0:
Any
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
requestStaticInjection
[
T
]
()
(
implicit
arg0:
Manifest
[
T
]
)
:
Unit
Attributes
protected[this]
Definition Classes
InternalModule
def
requestStaticInjection
(
arg0:
<repeated...>
[
Class
[_]]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
requireBinding
(
arg0:
Class
[_]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
def
requireBinding
(
arg0:
Key
[_]
)
:
Unit
Attributes
protected[
com.google.inject
]
Definition Classes
AbstractModule
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
StrictLogging
Inherited from
ScalaModule
Inherited from
InternalModule
[
Binder
]
Inherited from
AbstractModule
Inherited from
Module
Inherited from
AnyRef
Inherited from
Any
Ungrouped