Reads in delta information to this object in a user-defined format. This is
invoked on an existing application object after GemFire determines the
presence of delta in DataInput instance.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid FromDelta(
DataInput in
)
Sub FromDelta (
in As DataInput
)
void FromDelta(
DataInput^ in
)
abstract FromDelta :
in : DataInput -> unit
Parameters
- in
- Type: GemStone.GemFire.CacheDataInput
ExceptionsException | Condition |
---|
InvalidDeltaException |
if the delta in the DataInput instance cannot be applied
to this instance (possible causes may include mismatch of Delta version or logic error).
|
GemFireIOException | |
See Also