public class Gene extends Object
Gene is a container for a POJO that developer will implement.
For the Movie Fitness example, the Movie object is the POJO contained within Gene.
NOTE: Gene resides in cache:
'geneCache'. This cache is replicated.
| Constructor and Description |
|---|
Gene(Object object)
object Object parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
Long |
id() |
void |
setValue(Object object)
Set the Gene value
|
String |
toString() |
public Gene(Object object)
object -
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018