com.hazelcast.hibernate.local
Class CleanupService

java.lang.Object
  extended by com.hazelcast.hibernate.local.CleanupService

public final class CleanupService
extends Object

An internal service to clean cache regions


Constructor Summary
CleanupService(String name)
           
 
Method Summary
 void registerCache(LocalRegionCache cache)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupService

public CleanupService(String name)
Method Detail

registerCache

public void registerCache(LocalRegionCache cache)

stop

public void stop()


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