All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.commands.FlagAffectedCommand Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.commands;

/**
 * Commands affected by Flags should carry them over to the remote nodes.
 * 
 * By implementing this interface the remote handler will read them out and restore in context;
 * flags should still be evaluated in the InvocationContext.
 *
 * @author Sanne Grinovero  (C) 2011 Red Hat Inc.
 * @since 5.0
 */
public interface FlagAffectedCommand extends VisitableCommand, TopologyAffectedCommand, MetadataAwareCommand,
                                             LocalFlagAffectedCommand {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy