Class Cluster

    • Constructor Detail

      • Cluster

        public Cluster​(org.apache.ignite.Ignite ignite,
                       AgentID from,
                       ClientId clientId)
    • Method Detail

      • getIgnite

        public org.apache.ignite.Ignite getIgnite()
      • getClientId

        public ClientId getClientId()
        Returns:
        the client ID if called in the context of a client job, and null otherwise.
      • getFromAgentId

        public AgentID getFromAgentId()
        The agent from which the Ignite closure was executed
      • getLocalAgentId

        public AgentID getLocalAgentId()
        The current local agent where we are executing the closure