public static class ClientAuthenticationCodec.ResponseParameters extends Object
Modifier and Type | Field and Description |
---|---|
Address |
address
TODO DOC
|
UUID |
clusterId
the expected id of the cluster.
|
int |
partitionCount
the expected partition count of the cluster.
|
byte |
serializationVersion
client side supported version to inform server side
|
String |
serverHazelcastVersion
TODO DOC
|
byte |
status
TODO DOC
|
UUID |
uuid
Unique string identifying the connected client uniquely.
|
Constructor and Description |
---|
ResponseParameters() |
public byte status
public Address address
public UUID uuid
public byte serializationVersion
public String serverHazelcastVersion
public int partitionCount
public UUID clusterId
Copyright © 2019 Hazelcast, Inc.. All rights reserved.