Package org.jgroups.demos
Class TotOrderRequest
- java.lang.Object
-
- org.jgroups.demos.TotOrderRequest
-
class TotOrderRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteADDITIONstatic byteDIVISIONstatic byteMULTIPLICATION(package private) static intSIZEstatic byteSTOPstatic byteSUBTRACTIONbytetypeintvalintxinty
-
Constructor Summary
Constructors Constructor Description TotOrderRequest()TotOrderRequest(byte type, int x, int y, int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(java.nio.ByteBuffer buf)java.lang.StringprintType()byte[]toBuffer()java.lang.StringtoString()
-
-
-
Field Detail
-
STOP
public static final byte STOP
- See Also:
- Constant Field Values
-
ADDITION
public static final byte ADDITION
- See Also:
- Constant Field Values
-
SUBTRACTION
public static final byte SUBTRACTION
- See Also:
- Constant Field Values
-
MULTIPLICATION
public static final byte MULTIPLICATION
- See Also:
- Constant Field Values
-
DIVISION
public static final byte DIVISION
- See Also:
- Constant Field Values
-
SIZE
static final int SIZE
- See Also:
- Constant Field Values
-
type
public byte type
-
x
public int x
-
y
public int y
-
val
public int val
-
-