public final class CassandraActorSystemEventListenerRepository extends Object implements ActorSystemEventListenerRepository
| Constructor and Description |
|---|
CassandraActorSystemEventListenerRepository(String clusterName,
me.prettyprint.cassandra.service.template.ColumnFamilyTemplate<me.prettyprint.hector.api.beans.Composite,String> columnFamilyTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(ShardKey shardKey,
ActorSystemEvent event,
ActorSystemEventListener listener) |
void |
delete(ShardKey shardKey,
ActorSystemEvent event,
ActorRef listenerId) |
List<ActorSystemEventListener> |
getAll(ShardKey shardKey,
ActorSystemEvent event) |
public void create(ShardKey shardKey, ActorSystemEvent event, ActorSystemEventListener listener)
create in interface ActorSystemEventListenerRepositorypublic void delete(ShardKey shardKey, ActorSystemEvent event, ActorRef listenerId)
delete in interface ActorSystemEventListenerRepositorypublic List<ActorSystemEventListener> getAll(ShardKey shardKey, ActorSystemEvent event)
getAll in interface ActorSystemEventListenerRepositoryCopyright © 2021. All rights reserved.