Package org.infinispan.commands

Commands that operate on the cache, either locally or remotely.

See:
          Description

Interface Summary
CommandsFactory  
DataCommand Commands of this type manipulate data in the cache.
LocalCommand This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.
ReplicableCommand The core of the command-based cache framework.
VisitableCommand A type of command that can accept Visitors, such as CommandInterceptors.
Visitor  
 

Class Summary
AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
CommandsFactoryImpl  
RemoteCommandFactory Specifically used to create un-initialized ReplicableCommands from a byte stream.
 

Package org.infinispan.commands Description

Commands that operate on the cache, either locally or remotely.


Google Analytics

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.