Package org.jgroups.util
Class StateTransferResult
java.lang.Object
org.jgroups.util.StateTransferResult
Encapsulates the result of a state transfer. When buffer is set, then this is the result of a state transfer with
STATE_TRANSFER. When exception is non-null, then an exception occurred. When both fields are null, then the
(streaming) state transfer was successful.
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
protected final byte[] buffer -
exception
-
-
Constructor Details
-
StateTransferResult
public StateTransferResult() -
StateTransferResult
public StateTransferResult(byte[] buffer) -
StateTransferResult
-
-
Method Details