org.infinispan.commands.DataCommand Maven / Gradle / Ivy
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