I am using Gemfire pivotal for the first time and I need someone who can help me with below question. The Gemfire Pivotal 9.6 is installed on Unix server and I am able to connect to Unix with no issue. I am inside unix now, but I can't access Gemfire.
Q. How to Access OQL Query on a Gemfire 9.6 Region in java.
这就是我连接到 Unix 的方式。
private String host = "这里的主机名"; private String port = "这里的端口号"; 私人字符串用户=“用户ID”;私有字符串密码 = "密码" 私有字符串 SSH 命令 = "ssh ------" 私有字符串命令Bah = "bash"; 私有字符串命令gfish =“sh /data/gemfire9.6/pivotal-gemfire-9.6.0/bin/gfsh”;
This is the way I am trying to connect to Gemfire which is not working properly now.
// Gemfire Connection URL, username and password
private String connect To Gemfire = "connect --locator=--------";
private String username = "credential";--
private String command Pass = "password"
private String comman Setvariable = "set variable --name=APP_RESULT_VIEWER --value=EXTERNAL";