org.modeshape.jcr.cache.document
Class LocalDocumentStore.DistributedOperation
java.lang.Object
org.modeshape.jcr.cache.document.LocalDocumentStore.DistributedOperation
- All Implemented Interfaces:
- Serializable, Callable<LocalDocumentStore.DocumentOperationResults>, org.infinispan.distexec.DistributedCallable<String,SchematicEntry,LocalDocumentStore.DocumentOperationResults>, InfinispanUtil.Combiner<LocalDocumentStore.DocumentOperationResults>
- Enclosing class:
- LocalDocumentStore
protected static class LocalDocumentStore.DistributedOperation
- extends Object
- implements org.infinispan.distexec.DistributedCallable<String,SchematicEntry,LocalDocumentStore.DocumentOperationResults>, Serializable, InfinispanUtil.Combiner<LocalDocumentStore.DocumentOperationResults>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalDocumentStore.DistributedOperation
protected LocalDocumentStore.DistributedOperation(LocalDocumentStore.DocumentOperation operation)
setEnvironment
public void setEnvironment(org.infinispan.Cache<String,SchematicEntry> cache,
Set<String> inputKeys)
- Specified by:
setEnvironment
in interface org.infinispan.distexec.DistributedCallable<String,SchematicEntry,LocalDocumentStore.DocumentOperationResults>
call
public LocalDocumentStore.DocumentOperationResults call()
throws Exception
- Specified by:
call
in interface Callable<LocalDocumentStore.DocumentOperationResults>
- Throws:
Exception
combine
public LocalDocumentStore.DocumentOperationResults combine(LocalDocumentStore.DocumentOperationResults priorResult,
LocalDocumentStore.DocumentOperationResults newResult)
- Specified by:
combine
in interface InfinispanUtil.Combiner<LocalDocumentStore.DocumentOperationResults>
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.