Vladimir,
Thank you so much for your answer, things are starting making a bit more
sense now, but I still confuse about the the
Ignition.ignite("Grid_Instance_Name") javadoc:
"Note that Java VM can run multiple grid instances and every *grid instance
(and its node)* can belong to a different grid."
You said that "grid instance" == "ignite node", should the javadoc be
corrected to "grid instance (aka node)"?
Following your terminology, the "gridName" in the IgniteConfiguration it's
indeed "gridInstanceName" (or to be more accurate, "nodeName"), the comments
in the IgniteConfiguration say:
/** Optional grid name. */
private String gridName;
Should it be
/** Optional node name. */
private String gridInstanceName; (or nodeName) ?
I'm also confused on what Ignition.ignite("MY_GRID_*INSTANCE*_NAME")
returns, it return the Ignite instance, which is the "Main entry-point for
all Ignite APIs", in order to get the particular node, you have to address
it by UUID:
Ignition.ignite("APPLIANCE").cluster().node("some_UUID") ?
Can you please clarify?
I also have follow up questions on the cluster naming, but I'll hold on for
those in order to avoid confusion and.
--Alexander
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Ignite-terminology-tp3687p3709.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.