Uses of Class
com.pervasive.datarush.net.NetworkConfiguration
-
Packages that use NetworkConfiguration Package Description com.pervasive.datarush.commons.util Provides common utilitiescom.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations.com.pervasive.datarush.net -
-
Uses of NetworkConfiguration in com.pervasive.datarush.commons.util
Methods in com.pervasive.datarush.commons.util that return NetworkConfiguration Modifier and Type Method Description static NetworkConfiguration
SimpleRMI. getNetworkConfiguration(Object remoteClient)
Returns the network configuration for the given proxy.Methods in com.pervasive.datarush.commons.util with parameters of type NetworkConfiguration Modifier and Type Method Description static <T> T
SimpleRMI. createClient(Class<T> clazz, InetSocketAddress address, NetworkConfiguration netConfig)
Creates a remote client proxy to the given address.static <T> T
SimpleRMI. withNetworkConfiguration(T remoteClient, NetworkConfiguration socketProvider)
Returns a new remote client, specifying the socket factory to use -
Uses of NetworkConfiguration in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type NetworkConfiguration Modifier and Type Field Description static EngineProperty<NetworkConfiguration>
EngineConfig. NETWORK_CONFIGURATION
Property controlling the socket provider to be used for communication between the client and cluster managerMethods in com.pervasive.datarush.graphs that return NetworkConfiguration Modifier and Type Method Description NetworkConfiguration
EngineConfig. getNetworkConfiguration()
Returns the network configuration to be used for communication between the client and cluster manager.Methods in com.pervasive.datarush.graphs with parameters of type NetworkConfiguration Modifier and Type Method Description EngineConfig
EngineConfig. networkConfiguration(NetworkConfiguration networkConfiguration)
Sets the network configuration to be used for communication between the client and cluster manager. -
Uses of NetworkConfiguration in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return NetworkConfiguration Modifier and Type Method Description NetworkConfiguration
FileClient. getNetworkConfiguration()
Returns the network configuration to useMethods in com.pervasive.datarush.io with parameters of type NetworkConfiguration Modifier and Type Method Description FileClient
FileClient. withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Creates a new client with the specified network configuration. -
Uses of NetworkConfiguration in com.pervasive.datarush.net
Fields in com.pervasive.datarush.net declared as NetworkConfiguration Modifier and Type Field Description static NetworkConfiguration
NetworkConfiguration. DIRECT
A direct connection with default settingsMethods in com.pervasive.datarush.net that return NetworkConfiguration Modifier and Type Method Description static NetworkConfiguration
NetworkConfiguration. socksProxy(String proxyHost, int proxyPort)
Returns a socks proxy configurationNetworkConfiguration
NetworkConfiguration. withMaxConnectRetries(int maxConnectRetries)
Specifies the maximum number of retries to use when connecting.Methods in com.pervasive.datarush.net with parameters of type NetworkConfiguration Modifier and Type Method Description static SocketBuilder
SocketBuilderFactory. createBuilder(NetworkConfiguration config, SocketAddress address)
Creates a new socket builder for the given configuration.
-