Package org.jgroups.protocols
Class COUNTER.GetOrCreateResponse
- java.lang.Object
-
- org.jgroups.protocols.COUNTER.SimpleResponse
-
- org.jgroups.protocols.COUNTER.ValueResponse
-
- org.jgroups.protocols.COUNTER.GetOrCreateResponse
-
- All Implemented Interfaces:
COUNTER.Response
,Streamable
- Enclosing class:
- COUNTER
protected static class COUNTER.GetOrCreateResponse extends COUNTER.ValueResponse
-
-
Field Summary
-
Fields inherited from class org.jgroups.protocols.COUNTER.ValueResponse
result
-
Fields inherited from class org.jgroups.protocols.COUNTER.SimpleResponse
owner, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GetOrCreateResponse()
protected
GetOrCreateResponse(Owner owner, long result, long version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jgroups.protocols.COUNTER.ValueResponse
readFrom, writeTo
-
-
-
-
Constructor Detail
-
GetOrCreateResponse
protected GetOrCreateResponse()
-
GetOrCreateResponse
protected GetOrCreateResponse(Owner owner, long result, long version)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classCOUNTER.ValueResponse
-
-