public class CassandraProviderInitializedEvent extends ApplicationEvent
CassandraProvider
when it has been
fully initialized. When this event is received, it means that the
CassandraProvider
is now able to provide Cluster
and
Session
instances. However, operations on these instances might still
fail if the connection to the whole cluster is lost in the meantime.source
Constructor and Description |
---|
CassandraProviderInitializedEvent(CassandraProvider source)
Creates an event originating from the specified Cassandra provider.
|
Modifier and Type | Method and Description |
---|---|
CassandraProvider |
getSource() |
getTimestamp
toString
public CassandraProviderInitializedEvent(CassandraProvider source)
source
- Cassandra provider that is now ready to be used.public CassandraProvider getSource()
getSource
in class EventObject
Copyright © 2011–2017 aquenos GmbH. All rights reserved.