Package oracle.kv

Class KVLocalConfig.UnixDomainBuilder

java.lang.Object
oracle.kv.KVLocalConfig.Builder
oracle.kv.KVLocalConfig.UnixDomainBuilder
Enclosing class:
KVLocalConfig

public static class KVLocalConfig.UnixDomainBuilder extends KVLocalConfig.Builder
Builder class to help construct a KVLocalConfig instance using Unix domain sockets. Configurations for Unix domain sockets always use the default port number of 5000, do not use security because their security is based on the file system protections for the socket file, and use a fixed host name associated with the Unix domain socket file. Note that the associated methods for setting these values, setPort, setHostName, and isSecure, all throw UnsupportedOperationException if called.