Skip navigation links
B C D G O P S U 

B

BackplaneConfiguration - Class in org.elasticsoftware.elasticactors.configuration
 
BackplaneConfiguration() - Constructor for class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 

C

CassandraActorSystemEventListenerRepository - Class in org.elasticsoftware.elasticactors.cassandra.cluster
 
CassandraActorSystemEventListenerRepository(String, ColumnFamilyTemplate<Composite, String>) - Constructor for class org.elasticsoftware.elasticactors.cassandra.cluster.CassandraActorSystemEventListenerRepository
 
CassandraPersistentActorRepository - Class in org.elasticsoftware.elasticactors.cassandra.state
 
CassandraPersistentActorRepository(String, ThreadBoundExecutor) - Constructor for class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
CassandraPersistentActorRepository(String, ThreadBoundExecutor, long) - Constructor for class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
CassandraScheduledMessageRepository - Class in org.elasticsoftware.elasticactors.cassandra.cluster.scheduler
 
CassandraScheduledMessageRepository(String, ColumnFamilyTemplate<Composite, Composite>, ScheduledMessageDeserializer) - Constructor for class org.elasticsoftware.elasticactors.cassandra.cluster.scheduler.CassandraScheduledMessageRepository
 
CassandraSessionManager - Class in org.elasticsoftware.elasticactors.configuration
 
CassandraSessionManager(Environment) - Constructor for class org.elasticsoftware.elasticactors.configuration.CassandraSessionManager
 
CompressingSerializer<I> - Class in org.elasticsoftware.elasticactors.cassandra.serialization
 
CompressingSerializer(Serializer<I, byte[]>) - Constructor for class org.elasticsoftware.elasticactors.cassandra.serialization.CompressingSerializer
 
CompressingSerializer(Serializer<I, byte[]>, int) - Constructor for class org.elasticsoftware.elasticactors.cassandra.serialization.CompressingSerializer
 
contains(ShardKey, String) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
create(ShardKey, ActorSystemEvent, ActorSystemEventListener) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.CassandraActorSystemEventListenerRepository
 
create(ShardKey, ScheduledMessage) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.scheduler.CassandraScheduledMessageRepository
 
createAsyncUpdateExecutor(Environment, CassandraSessionManager, MeterRegistry, MicrometerTagCustomizer) - Method in class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 
createCassandraSessionManager(Environment) - Method in class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 

D

DecompressingDeserializer<O> - Class in org.elasticsoftware.elasticactors.cassandra.serialization
 
DecompressingDeserializer(Deserializer<byte[], O>) - Constructor for class org.elasticsoftware.elasticactors.cassandra.serialization.DecompressingDeserializer
 
delete(ShardKey, ActorSystemEvent, ActorRef) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.CassandraActorSystemEventListenerRepository
 
delete(ShardKey, ScheduledMessageKey) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.scheduler.CassandraScheduledMessageRepository
 
delete(ShardKey, String) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
deserialize(byte[]) - Method in class org.elasticsoftware.elasticactors.cassandra.serialization.DecompressingDeserializer
 

G

get(ShardKey, String) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
getActorSystemEventListenerRepository(InternalActorSystems, CassandraSessionManager) - Method in class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 
getActorSystemEventListenersColumnFamilyTemplate() - Method in class org.elasticsoftware.elasticactors.configuration.CassandraSessionManager
 
getAll(ShardKey, ActorSystemEvent) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.CassandraActorSystemEventListenerRepository
 
getAll(ShardKey) - Method in class org.elasticsoftware.elasticactors.cassandra.cluster.scheduler.CassandraScheduledMessageRepository
 
getEventListener() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getKey() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getMessage() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getPersistentActorBytes() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getPersistentActorId() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getPersistentActorRepository(ThreadBoundExecutor, InternalActorSystems, ActorRefFactory, CassandraSessionManager, Environment) - Method in class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 
getPersistentActorsColumnFamilyTemplate() - Method in class org.elasticsoftware.elasticactors.configuration.CassandraSessionManager
 
getRowKey() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
getScheduledMessageRepository(InternalActorSystems, ActorRefFactory, CassandraSessionManager) - Method in class org.elasticsoftware.elasticactors.configuration.BackplaneConfiguration
 
getScheduledMessagesColumnFamilyTemplate() - Method in class org.elasticsoftware.elasticactors.configuration.CassandraSessionManager
 
getShardKey() - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 

O

org.elasticsoftware.elasticactors.cassandra.cluster - package org.elasticsoftware.elasticactors.cassandra.cluster
 
org.elasticsoftware.elasticactors.cassandra.cluster.scheduler - package org.elasticsoftware.elasticactors.cassandra.cluster.scheduler
 
org.elasticsoftware.elasticactors.cassandra.serialization - package org.elasticsoftware.elasticactors.cassandra.serialization
 
org.elasticsoftware.elasticactors.cassandra.state - package org.elasticsoftware.elasticactors.cassandra.state
 
org.elasticsoftware.elasticactors.configuration - package org.elasticsoftware.elasticactors.configuration
 

P

PersistentActorUpdateEvent - Class in org.elasticsoftware.elasticactors.cassandra.state
 
PersistentActorUpdateEvent(Composite, ShardKey, String, byte[], InternalMessage, MessageHandlerEventListener) - Constructor for class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
 
PersistentActorUpdateEventProcessor - Class in org.elasticsoftware.elasticactors.cassandra.state
 
PersistentActorUpdateEventProcessor(ColumnFamilyTemplate<Composite, String>) - Constructor for class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEventProcessor
 
process(List<PersistentActorUpdateEvent>) - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEventProcessor
 
process(PersistentActorUpdateEvent) - Method in class org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEventProcessor
 

S

serialize(I) - Method in class org.elasticsoftware.elasticactors.cassandra.serialization.CompressingSerializer
 
setColumnFamilyTemplate(ColumnFamilyTemplate<Composite, String>) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
setDeserializer(Deserializer) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
setSerializer(Serializer) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 

U

update(ShardKey, PersistentActor) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
updateAsync(ShardKey, PersistentActor, InternalMessage, MessageHandlerEventListener) - Method in class org.elasticsoftware.elasticactors.cassandra.state.CassandraPersistentActorRepository
 
B C D G O P S U 
Skip navigation links

Copyright © 2021. All rights reserved.