public abstract class GridVersionConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GridTcpCommunicationMessageState |
commState
State.
|
| Constructor and Description |
|---|
GridVersionConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
readFrom(ByteBuffer buf)
Reads delta between two versions.
|
abstract boolean |
writeTo(ByteBuffer buf)
Writes delta between two versions.
|
protected final GridTcpCommunicationMessageState commState
public abstract boolean writeTo(ByteBuffer buf)
buf - Buffer to write to.public abstract boolean readFrom(ByteBuffer buf)
buf - Buffer to read from.Copyright © 2014. All rights reserved.