public class ClusterOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_CLUSTID |
static java.lang.String |
KEY_CLUSTNULLS |
static java.lang.String |
KEY_COLUMNS |
static java.lang.String |
KEY_CONDITIONSEP |
static java.lang.String |
KEY_DONOTCLUST |
static java.lang.String |
KEY_EMPTYSTRISNULL |
static java.lang.String |
KEY_INTABLE |
static java.lang.String |
KEY_MATCHCONDITIONS |
static java.lang.String |
KEY_MEMGROW |
static java.lang.String |
KEY_MEMSIZE |
static java.lang.String |
KEY_OUTTABLE |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
ClusterOptions() |
ClusterOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClustId() |
java.lang.Boolean |
getClustNulls() |
java.lang.String[] |
getColumns() |
java.lang.String |
getConditionSep() |
java.lang.String |
getDoNotClust() |
java.lang.Boolean |
getEmptyStrIsNull() |
Castable |
getInTable() |
java.lang.String[] |
getMatchConditions() |
java.lang.Boolean |
getMemGrow() |
java.lang.Integer |
getMemSize() |
Casouttable |
getOutTable() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
ClusterOptions |
setClustId(java.lang.String value)
Sets the value of parameter 'clustId': specifies the name of the column in the output data table containing the cluster IDs.
|
ClusterOptions |
setClustNulls(java.lang.Boolean value)
Sets the value of parameter 'clustNulls': specifies whether NULL values should be grouped together.
|
ClusterOptions |
setColumns(java.lang.String[] value)
Sets the value of parameter 'columns': specifies names of columns in the input data table to be passed through to the output data table.
|
ClusterOptions |
setConditionSep(java.lang.String value)
Sets the value of parameter 'conditionSep': specifies the string used as a separator between columns' names within a clustering condition.
|
ClusterOptions |
setDoNotClust(java.lang.String value)
Sets the value of parameter 'doNotClust': specifies the name of the column in the input data table containing the Do Not Cluster Boolean flag.
|
ClusterOptions |
setEmptyStrIsNull(java.lang.Boolean value)
Sets the value of parameter 'emptyStrIsNull': specifies whether Empty String values should be treated as NULL values.
|
ClusterOptions |
setInTable(Castable value)
Sets the value of parameter 'inTable': specifies the input data table.
|
ClusterOptions |
setMatchConditions(java.lang.String[] value)
Sets the value of parameter 'matchConditions': specifies names of columns to be used for matching rows and grouping them into clusters (clustering conditions).
|
ClusterOptions |
setMemGrow(java.lang.Boolean value)
Sets the value of parameter 'memGrow': specifies whether to allow memory usage to grow during clustering.
|
ClusterOptions |
setMemSize(java.lang.Integer value)
Sets the value of parameter 'memSize': specifies the number of Megabytes of memory to use for clustering.
|
ClusterOptions |
setOutTable(Casouttable value)
Sets the value of parameter 'outTable': specifies the output data table where the pass-through columns and the cluster IDs are to be written.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_CLUSTID
public static final java.lang.String KEY_DONOTCLUST
public static final java.lang.String KEY_MEMSIZE
public static final java.lang.String KEY_MEMGROW
public static final java.lang.String KEY_EMPTYSTRISNULL
public static final java.lang.String KEY_CLUSTNULLS
public static final java.lang.String KEY_MATCHCONDITIONS
public static final java.lang.String KEY_CONDITIONSEP
public static final java.lang.String KEY_INTABLE
public static final java.lang.String KEY_COLUMNS
public static final java.lang.String KEY_OUTTABLE
public ClusterOptions()
public ClusterOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.String getClustId()
public ClusterOptions setClustId(java.lang.String value)
value
- The valuepublic java.lang.String getDoNotClust()
public ClusterOptions setDoNotClust(java.lang.String value)
value
- The valuepublic java.lang.Integer getMemSize()
public ClusterOptions setMemSize(java.lang.Integer value)
value
- The valuepublic java.lang.Boolean getMemGrow()
public ClusterOptions setMemGrow(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getEmptyStrIsNull()
public ClusterOptions setEmptyStrIsNull(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getClustNulls()
public ClusterOptions setClustNulls(java.lang.Boolean value)
value
- The valuepublic java.lang.String[] getMatchConditions()
public ClusterOptions setMatchConditions(java.lang.String[] value)
value
- The valuepublic java.lang.String getConditionSep()
public ClusterOptions setConditionSep(java.lang.String value)
value
- The valuepublic Castable getInTable()
public ClusterOptions setInTable(Castable value)
value
- The valuepublic java.lang.String[] getColumns()
public ClusterOptions setColumns(java.lang.String[] value)
value
- The valuepublic Casouttable getOutTable()
public ClusterOptions setOutTable(Casouttable value)
value
- The value