Hi, I want to know scenarios, 1)I want to use ignite affinity key logic to
keep homogeneous data in one place, for this i created bean like public
class RowID { private int id; @AffinityKeyMapped private int regid;
... }and
configured in xml like,..... key......Now, how i can query the
cache with an affinity key in SQL to get the data directly from the node
where it resides.Note: Actually i want to use affinity key like row key in
HBase.2)Do we need to maintain key also as an entry in map tag? 3)How I can
query(through Ignite Web Console) the cache with the fields in RowID(Above
example) in ignite.Thanks,Ajay.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/