
com.aerospike.vector.client.HostPort Maven / Gradle / Ivy
package com.aerospike.vector.client;
/**
* Represents a network host with a specified port and a TLS configuration. This record is used to
* store information about network endpoints that may or may not use TLS (Transport Layer Security).
*
* @param address IP address of the AVS.
* @param port Port of the AVS server.
*/
public record HostPort(String address, int port) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy