Uses of Class
com.pervasive.datarush.net.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
Provides common utilities
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces performing file-like I/O operations.
-
Uses of NetworkConfiguration in com.pervasive.datarush.commons.util
Methods in com.pervasive.datarush.commons.util that return NetworkConfigurationModifier and TypeMethodDescriptionstatic NetworkConfigurationSimpleRMI.getNetworkConfiguration(Object remoteClient) Returns the network configuration for the given proxy.Methods in com.pervasive.datarush.commons.util with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionstatic <T> TSimpleRMI.createClient(Class<T> clazz, InetSocketAddress address, NetworkConfiguration netConfig) Creates a remote client proxy to the given address.static <T> TSimpleRMI.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 NetworkConfigurationModifier and TypeFieldDescriptionstatic final EngineProperty<NetworkConfiguration>EngineConfig.NETWORK_CONFIGURATIONProperty controlling the socket provider to be used for communication between the client and cluster managerMethods in com.pervasive.datarush.graphs that return NetworkConfigurationModifier and TypeMethodDescriptionEngineConfig.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 NetworkConfigurationModifier and TypeMethodDescriptionEngineConfig.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 NetworkConfigurationModifier and TypeMethodDescriptionFileClient.getNetworkConfiguration()Returns the network configuration to useMethods in com.pervasive.datarush.io with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionFileClient.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 NetworkConfigurationModifier and TypeFieldDescriptionstatic NetworkConfigurationNetworkConfiguration.DIRECTA direct connection with default settingsMethods in com.pervasive.datarush.net that return NetworkConfigurationModifier and TypeMethodDescriptionstatic NetworkConfigurationNetworkConfiguration.socksProxy(String proxyHost, int proxyPort) Returns a socks proxy configurationNetworkConfiguration.withMaxConnectRetries(int maxConnectRetries) Specifies the maximum number of retries to use when connecting.Methods in com.pervasive.datarush.net with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionstatic SocketBuilderSocketBuilderFactory.createBuilder(NetworkConfiguration config, SocketAddress address) Creates a new socket builder for the given configuration.