Uses of Interface
com.hazelcast.spi.InitializingObject

Packages that use InitializingObject
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.map.impl.proxy Contains map proxy implementation and support classes. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.queue.impl.proxy This package contains the IQueue proxies.
 
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
com.hazelcast.replicatedmap.impl.record This package contains the implementation of the backing data storage for the replicated map implementation 
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. 
 

Uses of InitializingObject in com.hazelcast.collection
 

Classes in com.hazelcast.collection that implement InitializingObject
 class AbstractCollectionProxyImpl<S extends RemoteService,E>
           
 

Uses of InitializingObject in com.hazelcast.collection.list
 

Classes in com.hazelcast.collection.list that implement InitializingObject
 class ListProxyImpl<E>
           
 

Uses of InitializingObject in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.set that implement InitializingObject
 class SetProxyImpl<E>
           
 

Uses of InitializingObject in com.hazelcast.map.impl.proxy
 

Classes in com.hazelcast.map.impl.proxy that implement InitializingObject
 class MapProxyImpl<K,V>
          Proxy implementation of IMap interface.
 

Uses of InitializingObject in com.hazelcast.multimap.impl
 

Classes in com.hazelcast.multimap.impl that implement InitializingObject
 class ObjectMultiMapProxy<K,V>
           
 

Uses of InitializingObject in com.hazelcast.queue.impl.proxy
 

Classes in com.hazelcast.queue.impl.proxy that implement InitializingObject
 class QueueProxyImpl<E>
          Proxy implementation for the Queue.
 

Uses of InitializingObject in com.hazelcast.replicatedmap.impl
 

Classes in com.hazelcast.replicatedmap.impl that implement InitializingObject
 class ReplicatedMapProxy<K,V>
          The internal ReplicatedMap implementation proxying the requests to the underlying ReplicatedRecordStore
 

Uses of InitializingObject in com.hazelcast.replicatedmap.impl.record
 

Classes in com.hazelcast.replicatedmap.impl.record that implement InitializingObject
 class AbstractReplicatedRecordStore<K,V>
          This is the base class for all ReplicatedRecordStore implementations
 class DataReplicatedRecordStore
          This is a Data based ReplicatedRecordStore implementation
 class ObjectReplicatedRecordStorage<K,V>
          This is a InMemoryFormat.OBJECT based ReplicatedRecordStore implementation
 

Uses of InitializingObject in com.hazelcast.topic.impl
 

Classes in com.hazelcast.topic.impl that implement InitializingObject
 class TopicProxy<E>
           
 class TotalOrderedTopicProxy
           
 



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