Class MYID

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.cluster.MYID
All Implemented Interfaces:
BaseResp3Command, Resp3Command

public class MYID extends RespCommand implements Resp3Command
CLUSTER MYID

Returns the node's unique identifier. In Infinispan this corresponds to the cache manager's node name.

Since:
16.2
See Also: