com.hazelcast.client
Class ClientTypes

java.lang.Object
  extended by com.hazelcast.client.ClientTypes

public final class ClientTypes
extends Object

Constants class that contains the different types of clients.


Field Summary
static String CPP
          CPP client protocol id
static String CSHARP
          CSHARP client protocol id
static String JAVA
          Jvm clients protocol id
static String PYTHON
          PYTHON client protocol id
static String RUBY
          RUBY client protocol id
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA

public static final String JAVA
Jvm clients protocol id

See Also:
Constant Field Values

CSHARP

public static final String CSHARP
CSHARP client protocol id

See Also:
Constant Field Values

CPP

public static final String CPP
CPP client protocol id

See Also:
Constant Field Values

PYTHON

public static final String PYTHON
PYTHON client protocol id

See Also:
Constant Field Values

RUBY

public static final String RUBY
RUBY client protocol id

See Also:
Constant Field Values


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.