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

org.infinispan.server.hotrod.command.Ids Maven / Gradle / Ivy

The newest version!
package org.infinispan.server.hotrod.command;

import org.infinispan.commands.ReplicableCommand;

/**
 * The ids of the {@link ReplicableCommand} used by this module.
 * 

* range: 140-141 * * @author Pedro Ruivo * @since 9.1 */ public interface Ids { byte FORWARD_COMMIT = (byte) (140 & 0xFF); byte FORWARD_ROLLBACK = (byte) (141 & 0xFF); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy