| Package | Description | 
|---|---|
| com.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 | |
| com.pervasive.datarush.util | 
 Provides common utilities 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static EngineProperty<NetworkConfiguration> | 
EngineConfig.NETWORK_CONFIGURATION
Property controlling the socket provider to be used for communication between the client and cluster manager 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkConfiguration | 
EngineConfig.getNetworkConfiguration()
Returns the network configuration to be used for communication between the client and cluster manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EngineConfig | 
EngineConfig.networkConfiguration(NetworkConfiguration networkConfiguration)
Sets the network configuration to be used for communication between the client and cluster manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkConfiguration | 
FileClient.getNetworkConfiguration()
Returns the network configuration to use 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FileClient | 
FileClient.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Creates a new client with the specified network configuration. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static NetworkConfiguration | 
NetworkConfiguration.DIRECT
A direct connection with default settings 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NetworkConfiguration | 
NetworkConfiguration.socksProxy(String proxyHost,
          int proxyPort)
Returns a socks proxy configuration 
 | 
NetworkConfiguration | 
NetworkConfiguration.withMaxConnectRetries(int maxConnectRetries)
Specifies the maximum number of retries to use when connecting. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SocketBuilder | 
SocketBuilderFactory.createBuilder(NetworkConfiguration config,
             SocketAddress address)
Creates a new socket builder for the given configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NetworkConfiguration | 
SimpleRMI.getNetworkConfiguration(Object remoteClient)
Returns the network configuration for the given proxy. 
 | 
| Modifier and Type | Method and 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 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.