com.hazelcast.cache.impl
Interface CacheSyncListenerCompleter

All Known Implementing Classes:
CacheProxy, ClientCacheProxy

public interface CacheSyncListenerCompleter

used to state that a sync event completed and any resources waiting for it should be released


Method Summary
 void countDownCompletionLatch(int id)
           
 

Method Detail

countDownCompletionLatch

void countDownCompletionLatch(int id)


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