Package com.hazelcast.spi.impl

Contains implementations for Hazelcast SPI.

See:
          Description

Interface Summary
BasicDispatcher To keep the BasicOperationScheduler clean of operations/packets etc, the scheduler takes care of scheduling, but forwards the actual handling of the task to the BasicDispatcher.
InternalOperationService This is the interface that needs to be implemented by actual InternalOperationService.
RemotePropagatable<T extends RemotePropagatable>  
 

Class Summary
AbstractCompletableFuture<V>  
AbstractNamedOperation  
BasicBackPressureService A service responsible for figuring out if back pressure needs to be applied to a certain operation.
BasicInvocationBuilder An InvocationBuilder that is tied to the BasicOperationService.
BasicOperationScheduler The BasicOperationProcessor belongs to the BasicOperationService and is responsible for scheduling operations/packets to the correct threads.
BasicPartitionInvocation A BasicInvocation evaluates a Operation Invocation for a particular partition running on top of the BasicOperationService.
BasicTargetInvocation A BasicInvocation evaluates a Operation Invocation for a particular target running on top of the BasicOperationService.
BinaryOperationFactory  
CallTimeoutResponse An response that indicates that the execution of a single call ran into a timeout.
DistributedObjectEventPacket  
EventServiceImpl  
EventServiceImpl.DeregistrationOperation  
EventServiceImpl.EmptyFilter  
EventServiceImpl.EventPacket  
EventServiceImpl.PostJoinRegistrationOperation  
EventServiceImpl.Registration  
EventServiceImpl.RegistrationOperation  
EventServiceImpl.SendEventOperation  
ExecutionServiceImpl  
IsStillExecutingOperation An operation that checks if another operation is still running.
NodeEngineImpl  
NormalResponse A NormalResponse is send when an Operation needs to return a value.
PartitionIteratingOperation  
PartitionIteratingOperation.PartitionResponse  
PortableCollection  
PortableDistributedObjectEvent  
PortableEntryEvent  
PortableItemEvent  
ProxyServiceImpl  
ProxyServiceImpl.DistributedObjectDestroyOperation  
ProxyServiceImpl.PostJoinProxyOperation  
Response A Response is a result of an Operation being executed.
ResponseHandlerFactory  
SerializableCollection  
SpiDataSerializerHook  
SpiPortableHook  
TraceableIsStillExecutingOperation  
 

Package com.hazelcast.spi.impl Description

Contains implementations for Hazelcast SPI.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.