public class DatabaseSplit extends Object implements Serializable
This class is meant for internal use only.
Constructor and Description |
---|
DatabaseSplit()
Creates a split with no-parameters that is meant to run on all nodes.
|
DatabaseSplit(String nodeAssignment,
int[] parameterTypes,
Object... parameters)
Creates a split with the given node assignment and set of parameter values.
|
DatabaseSplit(String nodeAssignment,
Object... parameters)
Creates a split with the given node assignment and set of parameter values.
|
Modifier and Type | Method and Description |
---|---|
String |
getNodeAssignment()
Get the node assignment for this split.
|
Object[] |
getParameters()
Get the parameter values.
|
int[] |
getParameterTypes() |
boolean |
isAllNodes()
Get the setting of the "all nodes" property.
|
public DatabaseSplit()
public DatabaseSplit(String nodeAssignment, Object... parameters)
nodeAssignment
- node intended to execute this splitparameters
- set of parameter values to applypublic int[] getParameterTypes()
public Object[] getParameters()
public String getNodeAssignment()
public boolean isAllNodes()
Copyright © 2019 Actian Corporation. All rights reserved.