public class StratifiedOptions 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_ATTRIBUTES |
static java.lang.String |
KEY_DISPLAY |
static java.lang.String |
KEY_OUTPUT |
static java.lang.String |
KEY_OUTPUTTABLES |
static java.lang.String |
KEY_PARTIND |
static java.lang.String |
KEY_SAMPPCT |
static java.lang.String |
KEY_SAMPPCT2 |
static java.lang.String |
KEY_SEED |
static java.lang.String |
KEY_TABLE |
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 |
---|
StratifiedOptions() |
StratifiedOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
Casinvardesc[] |
getAttribute() |
Casinvardesc[] |
getAttributes() |
DisplayTables |
getDisplay() |
STRATIFIEDOutputStatement |
getOutput() |
OutputTables |
getOutputTables() |
java.lang.Boolean |
getPartind() |
java.lang.Boolean |
getPartition() |
java.lang.Double |
getSamppct() |
java.lang.Double |
getSamppct2() |
java.lang.Long |
getSeed() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Castable |
getTable() |
StratifiedOptions |
setAttribute(Casinvardesc[] value) |
StratifiedOptions |
setAttributes(Casinvardesc[] value)
Sets the value of parameter 'attributes': alters attributes on variables used in this action.
|
StratifiedOptions |
setDisplay(DisplayTables value)
Sets the value of parameter 'display': specifies a list of result tables to send to the client for display.
|
StratifiedOptions |
setOutput(STRATIFIEDOutputStatement value)
Sets the value of parameter 'output': creates a table on the server that contains the sample output or partition output.
|
StratifiedOptions |
setOutputTables(OutputTables value)
Sets the value of parameter 'outputTables': lists the result table names that are saved as CAS tables on the server.
|
StratifiedOptions |
setPartind(java.lang.Boolean value)
Sets the value of parameter 'partind': when set to True, generates a partition indicator column in the output data table.
|
StratifiedOptions |
setPartition(java.lang.Boolean value) |
StratifiedOptions |
setSamppct(java.lang.Double value)
Sets the value of parameter 'samppct': specifies the sample percentage to be used in sampling or partitioning within each stratum.
|
StratifiedOptions |
setSamppct2(java.lang.Double value)
Sets the value of parameter 'samppct2': specifies a second sample percentage to be used to partition data within each stratum.
|
StratifiedOptions |
setSeed(java.lang.Long value)
Sets the value of parameter 'seed': specifies an integer to use to start the pseudorandom number generator.
|
StratifiedOptions |
setTable(Castable value)
Sets the value of parameter 'table': specifies the input data table.
|
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_TABLE
public static final java.lang.String KEY_DISPLAY
public static final java.lang.String KEY_OUTPUTTABLES
public static final java.lang.String KEY_SEED
public static final java.lang.String KEY_SAMPPCT
public static final java.lang.String KEY_SAMPPCT2
public static final java.lang.String KEY_PARTIND
public static final java.lang.String KEY_ATTRIBUTES
public static final java.lang.String KEY_OUTPUT
public StratifiedOptions()
public StratifiedOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Castable getTable()
public StratifiedOptions setTable(Castable value)
value
- The valuepublic DisplayTables getDisplay()
public StratifiedOptions setDisplay(DisplayTables value)
value
- The valuepublic OutputTables getOutputTables()
public StratifiedOptions setOutputTables(OutputTables value)
value
- The valuepublic java.lang.Long getSeed()
public StratifiedOptions setSeed(java.lang.Long value)
value
- The valuepublic java.lang.Double getSamppct()
public StratifiedOptions setSamppct(java.lang.Double value)
value
- The valuepublic java.lang.Double getSamppct2()
public StratifiedOptions setSamppct2(java.lang.Double value)
value
- The valuepublic java.lang.Boolean getPartind()
public java.lang.Boolean getPartition()
public StratifiedOptions setPartind(java.lang.Boolean value)
value
- The valuepublic StratifiedOptions setPartition(java.lang.Boolean value)
public Casinvardesc[] getAttributes()
public Casinvardesc[] getAttribute()
public StratifiedOptions setAttributes(Casinvardesc[] value)
value
- The valuepublic StratifiedOptions setAttribute(Casinvardesc[] value)
public STRATIFIEDOutputStatement getOutput()
public StratifiedOptions setOutput(STRATIFIEDOutputStatement value)
value
- The value