| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| Modifier and Type | Method and Description |
|---|---|
ClientType |
ClientImpl.getClientType() |
ClientType |
ClientEndpoint.getClientType() |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
Client.getClientType()
Returns type of this client
|
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.