Uses of Package
com.hazelcast.spi.impl

Packages that use com.hazelcast.spi.impl
com.hazelcast.cache.impl.operation Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.client.impl.operations Contains client operations 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.cluster.impl.operations This package contains operations for the com.hazelcast.cluster.impl package.
 
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.collection.txn This package contains the Transaction behavior for the Collections.
 
com.hazelcast.concurrent.atomiclong.operations This package contains the operations on the IAtomicLong.
 
com.hazelcast.concurrent.atomicreference.operations This package contains the operations on the IAtomicReference.
 
com.hazelcast.concurrent.countdownlatch.operations This package contains the operations on the ICountDownLatch.
 
com.hazelcast.concurrent.lock.operations This package contains the operations on the ILock.
 
com.hazelcast.concurrent.semaphore.operations This package contains the operations on the ISemaphore.
 
com.hazelcast.executor.impl.operations This package contains operations for the IExecutorService.
 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.management.operation Contains operations that are called from Management Center. 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.mapreduce.impl.operation This package contains all remote operations that are needed to control work on supervising or worker nodes. 
com.hazelcast.mapreduce.impl.task This package contains the base implementation for a standard map reduce job. 
com.hazelcast.multimap.impl.operations Contains operations for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.txn This package contains the Transaction behavior for the Multimap.
 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.queue.impl.operations This package contains the IQueue operations
 
com.hazelcast.queue.impl.tx This package contains the Transaction behavior for the IQueue.
 
com.hazelcast.replicatedmap.impl.operation This package contains some remote operations to execute on remote nodes 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.topic.impl This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. 
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.cache.impl.operation
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.client.impl.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.cluster.impl
NodeEngineImpl
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.cluster.impl.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.collection
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.collection.list
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.collection.set
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.collection.txn
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.concurrent.atomiclong.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.concurrent.atomicreference.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.concurrent.countdownlatch.operations
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.concurrent.lock.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.concurrent.semaphore.operations
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.executor.impl.operations
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.instance
NodeEngineImpl
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.management.operation
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.map.impl.operation
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.map.impl.tx
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.mapreduce.impl.operation
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.mapreduce.impl.task
AbstractCompletableFuture
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.multimap.impl.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.multimap.impl.txn
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.partition.impl
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.queue.impl.operations
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.queue.impl.tx
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.replicatedmap.impl.operation
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.spi
NodeEngineImpl
           
RemotePropagatable
           
Response
          A Response is a result of an Operation being executed.
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.spi.impl
AbstractCompletableFuture
           
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.
DistributedObjectEventPacket
           
EventServiceImpl.EventPacket
           
EventServiceImpl.PostJoinRegistrationOperation
           
EventServiceImpl.Registration
           
NodeEngineImpl
           
RemotePropagatable
           
Response
          A Response is a result of an Operation being executed.
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.topic.impl
AbstractNamedOperation
           
RemotePropagatable
           
 

Classes in com.hazelcast.spi.impl used by com.hazelcast.transaction.impl
NodeEngineImpl
           
RemotePropagatable
           
 



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