예제 #1
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Command(Gfsh gfsh, string command)
 {
     gfsh_    = gfsh;
     command_ = command;
 }
예제 #2
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Start(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
예제 #3
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Deploy(Gfsh gfsh) : base(gfsh, "deploy")
 {
 }
예제 #4
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public ExecuteFunction(Gfsh gfsh) : base(gfsh, "execute function")
 {
 }
예제 #5
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Connect(Gfsh gfsh) : base(gfsh, "connect")
 {
 }
예제 #6
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public ConfigurePdx(Gfsh gfsh) : base(gfsh, "configure pdx")
 {
 }
예제 #7
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Region(Gfsh gfsh) : base(gfsh, "create region")
 {
 }
예제 #8
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Shutdown(Gfsh gfsh) : base(gfsh, "shutdown")
 {
 }
예제 #9
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Create(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
예제 #10
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Server(Gfsh gfsh) : base(gfsh, "stop server")
 {
 }
예제 #11
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Locator(Gfsh gfsh) : base(gfsh, "stop locator")
 {
 }
예제 #12
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Stop(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
예제 #13
0
파일: Gfsh.cs 프로젝트: rmc72/geode-native
 public Server(Gfsh gfsh) : base(gfsh, "start server")
 {
     gfsh_ = gfsh;
 }