Class SimpleEvolvable
Simple implementation of IEvolvable interface.
Implements
Inherited Members
Namespace: Tangosol.IO
Assembly: Coherence.dll
Syntax
public class SimpleEvolvable : IEvolvable
Constructors
SimpleEvolvable(int)
Construct SimpleEvolvable instance.
Declaration
public SimpleEvolvable(int implVersion)
Parameters
Type | Name | Description |
---|---|---|
int | implVersion | Implementation version |
Properties
DataVersion
Data version.
Declaration
public int DataVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
FutureData
Future data.
Declaration
public Binary FutureData { get; set; }
Property Value
Type | Description |
---|---|
Binary |
ImplVersion
Implementation version.
Declaration
public int ImplVersion { get; }
Property Value
Type | Description |
---|---|
int |