public interface Diffable<T> extends Writeable<T>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Diff<T> |
diff(T previousState)
Returns serializable object representing differences between this and previousState
|
Diff<T> |
readDiffFrom(StreamInput in)
Reads the
Diff from StreamInput |
readFromDiff<T> diff(T previousState)
Diff<T> readDiffFrom(StreamInput in) throws IOException
Diff from StreamInputIOExceptionCopyright © 2009–2016. All rights reserved.