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

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

There is a newer version: 15.1.0.Dev04
Show newest version
package org.infinispan.commands;


/**
 * Commands of this type manipulate data in the cache.
 *
 * @author [email protected]
 * @author Manik Surtani ([email protected])
 * @since 4.0
 */
public interface DataCommand extends VisitableCommand, TopologyAffectedCommand, FlagAffectedCommand, SegmentSpecificCommand {
   Object getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy