Class: VerifyProperties

VerifyProperties

new VerifyProperties(kvStoreName, kvStoreHelperHosts, username)

Structure to verify a connection to a KV Server
Parameters:
Name Type Description
kvStoreName String must match the store name of the KVProxy server
kvStoreHelperHosts Array list must have at least one entry and all entries must be contained in the list that the server was started with.
username String the security username, required for secured stores
Properties:
Name Type Description
kvStoreName String must match the store name of the KVProxy server
kvStoreHelperHosts Array list must have at least one entry and all entries must be contained in the list that the server was started with.
username String the security username, required for secured stores
Source: