Show / Hide Table of Contents

Class SimpleEvolvable

Simple implementation of IEvolvable interface.

Inheritance
object
SimpleEvolvable
Implements
IEvolvable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IEvolvable
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.