org.infinispan.cacheviews
Class CacheViewsManagerImpl.ViewInstallationTask
java.lang.Object
org.infinispan.cacheviews.CacheViewsManagerImpl.ViewInstallationTask
- All Implemented Interfaces:
- Callable<Object>
- Enclosing class:
- CacheViewsManagerImpl
public class CacheViewsManagerImpl.ViewInstallationTask
- extends Object
- implements Callable<Object>
Executed on the coordinator to install a new view in the cluster.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheViewsManagerImpl.ViewInstallationTask
public CacheViewsManagerImpl.ViewInstallationTask(String cacheName,
CacheView newView)
call
public Object call()
throws Exception
- Specified by:
call
in interface Callable<Object>
- Throws:
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.