A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRectangularDataStructure - Class in com.insightful.splusserver.domain
-
This class is an abstraction of a rectangular structure.
- AbstractRectangularDataStructure() - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an
AbstractRectangularDataStructure
object. - AbstractRectangularDataStructure(String) - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an
AbstractRectangularDataStructure
object using the specified name. - AbstractRectangularDataStructure(String, Collection<Attr>, Collection<Column>, RowNames) - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an
AbstractRectangularDataStructure
object using the specified parameters. - AbstractValueRepresentation - Class in com.insightful.splusserver.domain.representation
-
The base class for an object representing a job return value.
- adapt(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
- adapt(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
-
Adapts the passed in to
DataFrame
. - adapt(Vector) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
- adaptByColumn(List<List<Item>>) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
- adaptByRow(List<List<Item>>) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
- add(int, T) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
Insert new value as new Item in the Vector.
- add(BinaryArgument) - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Adds an argument to the list.
- addArgument(String, double...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds a double values as argument with name defined by
argName
. - addArgument(String, int) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an
int
value as argument with name defined byargName
. - addArgument(String, int...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an
int
values as argument with name defined byargName
. - addArgument(String, Splus) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an
Splus
object as argument with name defined byargName
. - addArgument(String, SplusObject...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an
SplusObject
as argument with name defined byargName
. - addArgument(String, String...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds a
String
value as argument with name defined byargName
. - addExpression(String) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an expression string to this.
- addExpression(String, String...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Constructs an expression string from the passed in string template and string array of argument names.
- AdministrationClient - Interface in com.insightful.splusserver.api.interfaces
-
This interface represents a client that invokes methods available in the administrative service API exposed by TIBCO Spotfire Statistics Services.
- AdminResult - Class in com.insightful.splusserver.domain
-
A base response object returned by every administration service method.
- ANALYTIC_API_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ANALYTIC_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- Annotation - Class in com.insightful.splusserver.domain
-
This class defines the
Annotation
object. - Annotation() - Constructor for class com.insightful.splusserver.domain.Annotation
- ANNOTATION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- Api - com.insightful.splusserver.exception.ExceptionType
-
A generic API exception.
- API_EXCEPTION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ApiException - Exception in com.insightful.splusserver.exception.api
-
This class represents exceptions thrown by the Java Api.
- ApiException() - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an
ApiException
object, which contains information about API exceptions. - ApiException(BridgeException) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an
ApiException
object that embeds another exception. - ApiException(String) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an
ApiException
object, which captures a string containing information about the exception. - ApiException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an
ApiException
object that contains an embedded exception, and which captures a string containing information about the exception. - ApiException(Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an
ApiException
object that embeds another exception. - Application - Class in com.insightful.splusserver.domain
-
This class describes the application specified by the header.
- Application() - Constructor for class com.insightful.splusserver.domain.Application
-
The default application constructor.
- Application(String, String) - Constructor for class com.insightful.splusserver.domain.Application
-
Constructs an instance of this from a application name and version string.
- APPLICATION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- applyTemplate(String, String...) - Static method in class com.insightful.splusserver.utils.StringTemplateUtil
-
Builds a string to create valid S expressions.
- Argument - Class in com.insightful.splusserver.domain
-
This class is used to specify a single argument submitted to TIBCO Spotifre Statistics Services as part of an evaluation request.
- Argument() - Constructor for class com.insightful.splusserver.domain.Argument
-
The default constructor.
- Argument(String, double...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of double values.
- Argument(String, int) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of
int
values. - Argument(String, int...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of
int
values. - Argument(String, Splus) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs an Argument from a string ID and an Splus object.
- Argument(String, SplusObject...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs an Splus with a argument list of SplusObject values.
- Argument(String, String...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of String values.
- ArrayAccessor<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
Provide methods for accessing two dimensional slices and subspace slices of a mult-dimensional array.
- ArrayAccessor(int[], T[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Construct this from a dimensions array and a data array.
- ArrayAccessor(int[], T[], boolean) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Construct this from a dimensions array, a data array, and a boolean.
- ASYNCHRONOUS - Static variable in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Specifies an asynchronous job.
- AsynchronousJobStartup - Class in com.insightful.splusserver.domain.job
-
An asynchronous job startup type.
- AsynchronousJobStartup() - Constructor for class com.insightful.splusserver.domain.job.AsynchronousJobStartup
-
Initializes a new instance of the
AsynchronousJobStartup
class. - Attr - Class in com.insightful.splusserver.domain
-
This class defines the
Attr
object. - Attr() - Constructor for class com.insightful.splusserver.domain.Attr
-
Initializes a new instance of the
Attr
class. - Attr(String, SplusObject) - Constructor for class com.insightful.splusserver.domain.Attr
-
Sets all the properties of this object
- ATTR_CLIENT_IP - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: client IP.
- ATTR_DATA - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification data.
- ATTR_DATE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification date.
- ATTR_EMAIL - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: e-mail.
- ATTR_EMAIL_ON_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification e-mail on type.
- ATTR_JOB_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: job ID.
- ATTR_NOTIFICATION_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification ID.
- ATTR_NOTIFICATION_MESSAGE_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification message type.
- ATTR_NOTIFICATION_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification type.
- ATTR_PORT - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: port number.
- ATTR_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ATTR_SERVER_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: server ID.
- ATTR_VALUE_EMAIL_ON_ALL - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on all.
- ATTR_VALUE_EMAIL_ON_DONE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job done.
- ATTR_VALUE_EMAIL_ON_FAILED - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job failure.
- ATTR_VALUE_EMAIL_ON_INTERRUPTED - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job interrupted.
- AttrFinder - Class in com.insightful.splusserver.domain
-
This is a helper class that consists of methods that retrieve common attributes from an
Splus
Object. - ATTRIBUTE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ATTRS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- AUTHENTICAION - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- Authentication - Class in com.insightful.splusserver.domain
-
This class describes the authentication object.
- Authentication() - Constructor for class com.insightful.splusserver.domain.Authentication
-
Constructs an Authentication object.
B
- BaseClient - Interface in com.insightful.splusserver.api.interfaces
-
This interface determines common methods used by all the client API interfaces.
- BaseException - Exception in com.insightful.splusserver.exception
-
This class is the abstract class that all exceptions generated and thrown by TIBCO Spotfire Statistics Services should extend
- BaseException() - Constructor for exception com.insightful.splusserver.exception.BaseException
-
The default constructor.
- BaseException(String) - Constructor for exception com.insightful.splusserver.exception.BaseException
-
Constructs the
Exception
object with the specified message. - BaseException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.BaseException
-
Constructs the
Exception
object with the specified message and cause parameters. - BaseException(Throwable) - Constructor for exception com.insightful.splusserver.exception.BaseException
-
Constructs the
Exception
object with the specified cause. - BinaryArgument - Class in com.insightful.splusserver.domain.binary
-
This class is used to specify a single binary argument submitted to a server as part of an evaluation request.
- BinaryArgument(byte[], SerializationType) - Constructor for class com.insightful.splusserver.domain.binary.BinaryArgument
-
Constructs a binary argument from the serialized data and the serialization type.
- BinaryArgument(String, byte[], SerializationType) - Constructor for class com.insightful.splusserver.domain.binary.BinaryArgument
-
Constructs a binary argument from the ID, the serialized data, and the serialization type.
- BinaryDataRequest - Class in com.insightful.splusserver.domain.binary
-
This class is a binary version of
SplusDataRequest
object and is used to pass an array of 0 or more input arguments to the server together with the desired result serialization type. - BinaryDataRequest() - Constructor for class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Constructs an empty object.
- BinaryDataRequest(BinaryArgument...) - Constructor for class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Constructs an object by passing a list of binary arguments.
- BinaryDataRequest(SerializationType, BinaryArgument...) - Constructor for class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Constructs an object by passing both the result serialization type and a list of arguments.
- BinaryDataRequest(SerializationType, String[], BinaryArgument...) - Constructor for class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Constructs an object by passing both the result serialization type, a list of variables to return, and a list of arguments.
- BinaryRequestSerializer - Class in com.insightful.splusserver.binary
-
This class provides functions for serializing and deserializing binary data returned from the server.
- BinaryRequestSerializer() - Constructor for class com.insightful.splusserver.binary.BinaryRequestSerializer
- BinaryResultSerializer - Class in com.insightful.splusserver.binary
-
This class provides functions for serializing and deserializing binary data returned from the server.
- BinaryResultSerializer() - Constructor for class com.insightful.splusserver.binary.BinaryResultSerializer
- BinarySerializationProtocol - Class in com.insightful.splusserver.binary
- BinarySerializationProtocol() - Constructor for class com.insightful.splusserver.binary.BinarySerializationProtocol
- BinaryValueRepresentation - Class in com.insightful.splusserver.domain.representation
-
The concrete value representation class for binary encoded values.
- BinaryValueRepresentation(SerializationType, byte[]) - Constructor for class com.insightful.splusserver.domain.representation.BinaryValueRepresentation
-
Constructs an instance.
- BridgeException - Exception in com.insightful.splusserver.exception.api
-
This exception class represents HTTP protocol-related failures when communicating with the server.
- BridgeException() - Constructor for exception com.insightful.splusserver.exception.api.BridgeException
-
The default constructor.
- BridgeException(String) - Constructor for exception com.insightful.splusserver.exception.api.BridgeException
-
Constructs a
BridgeException
object with the specified message. - BridgeException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.api.BridgeException
-
Constructs
BridgeException
object with the specified message and exception. - BridgeException(Throwable) - Constructor for exception com.insightful.splusserver.exception.api.BridgeException
-
Constructs a
BridgeException
object with the specified exception. - build(SplusDataRequest) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Builds the expression and the request object.
C
- CALL_OBJECT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- CallObject - Class in com.insightful.splusserver.domain
-
This class defines the
CallObject
object. - CallObject() - Constructor for class com.insightful.splusserver.domain.CallObject
- character - com.insightful.splusserver.domain.DataType
-
A single character such as 'C'.
- Character - com.insightful.splusserver.domain.ColumnType
-
A single character such as 'C'.
- CLASS - com.insightful.splusserver.domain.DataType
-
A CLASS value such as integer.
- ClientFactory - Class in com.insightful.splusserver.api.factory
-
This class contains static methods to obtain instances of specific clients.
- ClientFactory() - Constructor for class com.insightful.splusserver.api.factory.ClientFactory
- ClusterNode - Class in com.insightful.splusserver.domain.cluster
-
This class represents a single element in the list returned by the server.
- ClusterNode() - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNode
-
Creates a new
ClusterNode
. - ClusterNode(String, NodeType, NodeState) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNode
-
Creates a new
ClusterNode
from the node name, node type, and node state. - ClusterNodeDetails - Class in com.insightful.splusserver.domain.cluster
-
This class contains node details returned from the server.
- ClusterNodeDetails() - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Creates a new
ClusterNodeDetails
. - ClusterNodeDetails(int, String) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Creates a new
ClusterNodeDetails
specifying the response code and an error message. - ClusterNodeDetails(String, NodeType, NodeState, ArrayList<Long>, int) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Creates a new
ClusterNodeDetails
specifying the node name, the node type, the node state, and the jobs queued. - ClusterNodeJobUpdateRequest - Class in com.insightful.splusserver.domain.cluster
-
The class representing the cluster job state update.
- ClusterNodeJobUpdateRequest() - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
The default constructor.
- ClusterNodeJobUpdateRequest(ClusterNodeJobUpdateRequest.Action, String, NodeType) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Constructs a
ClusterNodeJobUpdateRequest
object with the specified action, node name and node type. - ClusterNodeJobUpdateRequest.Action - Enum in com.insightful.splusserver.domain.cluster
-
Lists the actions that can be performed on a job in a cluster.
- ClusterNodeList - Class in com.insightful.splusserver.domain.cluster
-
This class provides a list of cluster nodes returned from the server.
- ClusterNodeList() - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
The default constructor.
- ClusterNodeList(int, String) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Constructs a
ClubsterNodeList
using the specified response code and error message. - ClusterNodeList(ClusterNode...) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Constructs a
ClusterNodeList
using the specified nodes. - ClusterNodeList(ArrayList<ClusterNode>) - Constructor for class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Constructs a
ClusterNodeList
using the specified nodes. - Column - Class in com.insightful.splusserver.domain
-
Defines the
Column
object. - Column() - Constructor for class com.insightful.splusserver.domain.Column
-
The default constructor.
- Column(double[]) - Constructor for class com.insightful.splusserver.domain.Column
-
Constructs an numeric vector.
- Column(int...) - Constructor for class com.insightful.splusserver.domain.Column
-
Constructs an integer vector.
- Column(Item...) - Constructor for class com.insightful.splusserver.domain.Column
-
Constructor that accepts a variable list of items.
- Column(Object, String) - Constructor for class com.insightful.splusserver.domain.Column
-
Constructor that accepts an array object and determines the type based on the array's component type.
- Column(String...) - Constructor for class com.insightful.splusserver.domain.Column
-
Constructs an character vector.
- COLUMN_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ColumnAdapter - Class in com.insightful.splusserver.utils.viewmodel.domainadapter
-
A utility class that help adapts other types of
SplusObject
to aColumn
. - ColumnDoesNotExistException - Exception in com.insightful.splusserver.exception.data
-
This exception is thrown when a column does not exist in a data matrix.
- ColumnDoesNotExistException() - Constructor for exception com.insightful.splusserver.exception.data.ColumnDoesNotExistException
-
The default constructor.
- ColumnDoesNotExistException(String) - Constructor for exception com.insightful.splusserver.exception.data.ColumnDoesNotExistException
-
Constructs an instance of a
ColumnDoesNotExistException
class using the specified message. - ColumnDoesNotExistException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.data.ColumnDoesNotExistException
-
Constructs an instance of a
ColumnDoesNotExistException
class using the specified message and cause. - ColumnDoesNotExistException(Throwable) - Constructor for exception com.insightful.splusserver.exception.data.ColumnDoesNotExistException
-
Constructs an instance of a
ColumnDoesNotExistException
class using the specified cause. - ColumnDoesNotExists - com.insightful.splusserver.exception.ExceptionType
-
The specified column does not exist.
- COLUMNS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ColumnType - Enum in com.insightful.splusserver.domain
-
Defines the
ColumnType
object. - com.insightful.splusserver.api.factory - package com.insightful.splusserver.api.factory
- com.insightful.splusserver.api.interfaces - package com.insightful.splusserver.api.interfaces
- com.insightful.splusserver.binary - package com.insightful.splusserver.binary
- com.insightful.splusserver.domain - package com.insightful.splusserver.domain
- com.insightful.splusserver.domain.binary - package com.insightful.splusserver.domain.binary
- com.insightful.splusserver.domain.cluster - package com.insightful.splusserver.domain.cluster
- com.insightful.splusserver.domain.configuration - package com.insightful.splusserver.domain.configuration
- com.insightful.splusserver.domain.job - package com.insightful.splusserver.domain.job
- com.insightful.splusserver.domain.monitor - package com.insightful.splusserver.domain.monitor
- com.insightful.splusserver.domain.packages - package com.insightful.splusserver.domain.packages
- com.insightful.splusserver.domain.representation - package com.insightful.splusserver.domain.representation
- com.insightful.splusserver.domain.session - package com.insightful.splusserver.domain.session
- com.insightful.splusserver.exception - package com.insightful.splusserver.exception
- com.insightful.splusserver.exception.api - package com.insightful.splusserver.exception.api
- com.insightful.splusserver.exception.data - package com.insightful.splusserver.exception.data
- com.insightful.splusserver.exception.sessions - package com.insightful.splusserver.exception.sessions
- com.insightful.splusserver.notification - package com.insightful.splusserver.notification
- com.insightful.splusserver.utils - package com.insightful.splusserver.utils
- com.insightful.splusserver.utils.viewmodel - package com.insightful.splusserver.utils.viewmodel
- com.insightful.splusserver.utils.viewmodel.dataadapter - package com.insightful.splusserver.utils.viewmodel.dataadapter
- com.insightful.splusserver.utils.viewmodel.domainadapter - package com.insightful.splusserver.utils.viewmodel.domainadapter
- com.insightful.splusserver.utils.viewmodel.viewadapter - package com.insightful.splusserver.utils.viewmodel.viewadapter
- com.insightful.webdavaccess.exceptions - package com.insightful.webdavaccess.exceptions
- CometCallback - com.insightful.splusserver.notification.NotificationType
-
(depreciated) Perviously, this type specified using the Comet protocol for notification, which supported HTTP-based streaming over a persistent connection from server to client.
- COMMAND_API_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- COMMITTED_VIRTUAL_MEMORY_SIZE - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- complex - com.insightful.splusserver.domain.DataType
-
A complex number such as 3+4i.
- Complex - com.insightful.splusserver.domain.ColumnType
-
A complex number such as 3+4i.
- Component - Class in com.insightful.splusserver.domain
-
Defines the
Component
object. - Component() - Constructor for class com.insightful.splusserver.domain.Component
-
The default constructor.
- Component(SplusObject) - Constructor for class com.insightful.splusserver.domain.Component
-
Constructs a
Component
object using the specified value. - Component(String, SplusObject) - Constructor for class com.insightful.splusserver.domain.Component
-
Constructs a
Component
object using the specified name and value. - COMPONENT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- COMPONENTS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- computeCpuUtilizationFrom(EngineMonitoringInfo) - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- ConfigurationInfo - Class in com.insightful.splusserver.domain.configuration
-
This class contains information about the server configuration.
- ConfigurationInfo() - Constructor for class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
The default constructor.
- ConfigurationInfo(String, int) - Constructor for class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Constructs a a
ConfigurationInfo
object with the specified error message string and response code. - ConfigurationInfo(String, EngineType, Boolean, ServerType) - Constructor for class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Constructs a
ConfigurationInfo
object with the specified cluster ID, engine type, authentication check, and server type. - CONTENT_TYPE - Static variable in class com.insightful.splusserver.binary.BinarySerializationProtocol
- createAdapter() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.TableDataAdapterCreator
-
The factory method that creates the
ITableDataAdapter
. - createEmptyViewModel(Generic) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelFactory
-
Creates a new
ISplusViewModel
from aGeneric
that that is of type "empty" - createFromString(String) - Static method in class com.insightful.splusserver.notification.NotificationMessage
-
Creates a notification message from a string.
- createFromString(String) - Static method in class com.insightful.splusserver.notification.NotificationRequest
-
Creates a notification request from a string.
- createListViewAdapter(IListDataAdapter<V>) - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.IListViewAdapterFactory
-
Adapts a
IListDataAdapter
to a View Adapter. - createNamedViewModel(Generic) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelFactory
-
Creates a new
ISplusViewModel
from aGeneric
that is of type "named object". - createOrderedViewModel(Generic) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelFactory
-
Creates a new
ISplusViewModel
from aGeneric
that is an ordered list. - createTableViewAdapter(ITableDataAdapter<V>) - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.ITableViewAdapterFactory
-
Adapts a
ITableDataAdapter
to a View Adapter. - createTupleAt(int) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.TableDataAdapterCreator
-
Retrieves a tuple at the given index.
- createViewModel(Splus) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelFactory
-
Creates a new
ISplusViewModel
from the passed inSplus
. - createViewModel(SplusObject) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelFactory
-
Creates a new
ISplusViewModel
from the passed inSplusObject
.
D
- DATA_FRAME - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typedata.frame
. - DATA_FRAME_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- DATA_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- DataFrame - Class in com.insightful.splusserver.domain
-
This class defines the
DataFrame
object. - DataFrame() - Constructor for class com.insightful.splusserver.domain.DataFrame
-
The default constructor.
- DataFrame(String[], String[], Object...) - Constructor for class com.insightful.splusserver.domain.DataFrame
-
A constructor that creates a data frame using row names, column names, and and column objects.
- DataFrame(String, Object...) - Constructor for class com.insightful.splusserver.domain.DataFrame
-
Constructor that creates a data frame using a set of arrays representing its columns.
- DataFrame(String, String[], String[], Object...) - Constructor for class com.insightful.splusserver.domain.DataFrame
-
Constructor that creates a data frame using a name and a set of arrays representing its columns.
- DataFrame(String, List<Attr>, List<Column>, RowNames) - Constructor for class com.insightful.splusserver.domain.DataFrame
-
Constructor that sets all the data frame attributes.
- DataFrameAdapter - Class in com.insightful.splusserver.utils.viewmodel.domainadapter
-
Factory helper to create adapters for DataFrame from
Generic
or other objects. - DataRequest - Interface in com.insightful.splusserver.domain
-
Common interface for binary and SPXML based argument types.
- DataRequestArgument - Interface in com.insightful.splusserver.domain
-
Common request implemented by both binary and SPXML argument implementation classes.
- DataType - Enum in com.insightful.splusserver.domain
- DataTypeConversion - Class in com.insightful.splusserver.domain
-
This class encapsulates the mapping from DataType to Java.
- DataTypeConversion() - Constructor for class com.insightful.splusserver.domain.DataTypeConversion
- DEFAULT_DECIMAL_PATTERN - Static variable in class com.insightful.splusserver.domain.DisplayOptions
-
The default decimal pattern.
- DEFAULT_NAME - Static variable in class com.insightful.splusserver.domain.Application
-
The application name.
- DEFAULT_SCIENTIFIC_PATTERN - Static variable in class com.insightful.splusserver.domain.DisplayOptions
-
The default scientific pattern.
- DEFAULT_VERSION - Static variable in class com.insightful.splusserver.domain.Application
-
The application version number.
- deleteJob(String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Removes the specified job from the server.
- deleteJobs(String[]) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Deletes a lists of jobs.
- deleteJobs(String, SplusStatus) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Removes all jobs from the server.
- deleteJobs(String, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Removes all jobs from the server.
- deletePackage(String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Deletes the specified package from repository.
- deserialize(byte[]) - Static method in class com.insightful.splusserver.binary.BinaryResultSerializer
-
Deserializes the specified byte array.
- deserialize(InputStream) - Static method in class com.insightful.splusserver.binary.BinaryRequestSerializer
-
Deserializes the specified byte array.
- DESIGN - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typedesign
. - determineDataType(Class<?>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Determines the data type based on the system type.
- determineDataType(String) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Determines the data type based on the system type.
- DIM_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- Dimension - Class in com.insightful.splusserver.domain
-
Defines the
Dimension
of aMultidimensionalArray
object. - Dimension() - Constructor for class com.insightful.splusserver.domain.Dimension
- DIMENSION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- DIMNAMES_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- DISPLAY_OPTIONS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- DisplayOptions - Class in com.insightful.splusserver.domain
-
This class defines display options.
- DisplayOptions() - Constructor for class com.insightful.splusserver.domain.DisplayOptions
-
Constructs a
DisplayOptions
object. - DisplayOptions(String, String) - Constructor for class com.insightful.splusserver.domain.DisplayOptions
-
Constructs a
DisplayOptions
object using the passed-in decimal and scientific patterns. - DomainObjectTypeUtil - Class in com.insightful.splusserver.utils
-
A utility class for checking the domain object type.
- Done - com.insightful.splusserver.domain.SplusStatus
-
The job has finished running.
- DONE_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request has completed running..
- DONE_WITH_ERROR_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request has completed running..
- DoneWithError - com.insightful.splusserver.domain.SplusStatus
-
The job has finished and there is an error.
E
- eJobChanged - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the job has changed.
- eJobLogChanged - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the job log has changed.
- eJobMonitoringUpdated - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the message contains job monitoring data periodically generated on the server during the job execution.
- eJobObjectSent - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the message contains an id of a intermediate result object generated by a given job.
- eJobProgressChanged - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the job progress has changed.
- eJobStatusChanged - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the job status has changed.
- emailOnAll() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email on all attribute of this notification message.
- emailOnDone() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email on done attribute of this notification message.
- emailOnFailed() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email on failed attribute of this notification message.
- emailOnInterrupted() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email on interrupted attribute of this notification message.
- EngineMonitoringInfo - Class in com.insightful.splusserver.domain.monitor
- EngineMonitoringInfo(long[]) - Constructor for class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- EngineMonitoringInfo(long, long, long, long, long, long, long, long, long) - Constructor for class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- EngineMonitoringInfo.Columns - Enum in com.insightful.splusserver.domain.monitor
- EngineType - Enum in com.insightful.splusserver.domain.configuration
-
Indicates the type of engine used to execute jobs.
- eNotificationMessageType - Enum in com.insightful.splusserver.notification
-
The enumerator for NotificationType property.
- eNotificationSystemConnect - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the notification system has connected to the server
- eNotificationSystemDisconnect - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type indicates that the notification system has disconnected from the server
- equals(Object) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
- equals(Object) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
- equals(Object) - Method in class com.insightful.splusserver.domain.Item
-
Tests for equals against the passed-in object.
- equals(Object) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
- eUnspecified - com.insightful.splusserver.notification.eNotificationMessageType
-
The notification type is unspecified.
- eval(String, JobStartup) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Sends a string containing one or more TIBCO Enterprise Runtime for R or open-source R command(s) to the server and retrieves the results.
- eval(String, JobStartup, BinaryDataRequest) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Sends a string containing one or more TIBCO Enterprise Runtime for R or open-source R command(s), and optionally a binary object containing data, to the server.
- eval(String, JobStartup, SplusDataRequest) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Sends a string containing one or more TIBCO Enterprise Runtime for R or open-source R command(s) to the server and retrieves the results.
- eval(String, Boolean) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Deprecated.
- eval(String, Boolean, SplusDataRequest) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Deprecated.
- eval(String, String, JobStartup, BinaryDataRequest) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Sends one function to the server, and optionally a binary object containing data, to the server.
- eval(String, String, SplusDataRequest, boolean) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Deprecated.use eval() with JobStartup definition instead.
- eval(String, String, SplusDataRequest, JobStartup) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Sends one R language (TIBCO Enterprise Runtime for R or open-source R) function to the server and retrieves the results.
- eval(String, String, SplusDataRequest, Date) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Deprecated.use eval() with JobStartup definition instead.
- eval(String, String, Map<String, String[]>, boolean) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Deprecated.use eval() with JobStartup definition instead.
- eval(String, String, Map<String, String[]>, JobStartup) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Sends one R language (TIBCO Enterprise Runtime for R or open-source R) function to the server and retrieves the results.
- eval(String, String, Map<String, String[]>, Date) - Method in interface com.insightful.splusserver.api.interfaces.FunctionClient
-
Deprecated.use eval() with JobStartup definition instead.
- eval(String, Date) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Deprecated.
- eval(String, Date, SplusDataRequest) - Method in interface com.insightful.splusserver.api.interfaces.ExpressionClient
-
Deprecated.
- Exception - Class in com.insightful.splusserver.domain
-
Defines the
Exception
class. - Exception() - Constructor for class com.insightful.splusserver.domain.Exception
- EXCEPTION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ExceptionType - Enum in com.insightful.splusserver.exception
-
This enum represents the different kinds of exceptions thrown by TIBCO Spotfire Statistics Services for the purpose of marshalling into and unmarshalling out of XML
- EXPRESSION_OBJECT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ExpressionClient - Interface in com.insightful.splusserver.api.interfaces
-
This interface represents a client that invokes methods available in the expression service API exposed by TIBCO Spotfire Statistics Services.
- ExpressionObject - Class in com.insightful.splusserver.domain
-
Defines the
ExpressionObject
. - ExpressionObject() - Constructor for class com.insightful.splusserver.domain.ExpressionObject
- extractReturnValue(int) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Helper method to extract the return value of the job.
F
- factor - com.insightful.splusserver.domain.DataType
-
A factor such as "foo".
- Factor - com.insightful.splusserver.domain.ColumnType
-
A factor such as "foo".
- FACTOR - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typefactor
. - Failed - com.insightful.splusserver.domain.SplusStatus
-
A failure caused the job run to stop.
- FAILED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request failed to run.
- FILEOUTPUT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- findDimAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an object of the specified name attribute
".Dim"
. - findDimAttrVector(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
Vector
of the specified name attribute".Dim"
. - findDimnamesAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an
Attr
object of the specified name attribute".Dimnames"
. - findDimnamesAttrList(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
List
of objects of the specified name attribute".Dimnames"
. - findLabelAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an
Attr
object of the specified name attribute".Label"
. - findLabelAttrVector(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
Vector
of the specified name attribute".Label"
. - findNamesAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an
Attr
object of the specified name attribute".Names"
. - findNamesAttrVector(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
Vector
of the specified name attribute".Names"
. - findRowNamesAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an
Attr
object of the specified name attribute".row.names"
. - findRowNamesAttrVector(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
Vector
of the specified name attribute".row.names"
. - findTspAttr(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds an
Attr
object of the specified name attribute".Tsp"
. - findTspAttrVector(List<Attr>) - Static method in class com.insightful.splusserver.domain.AttrFinder
-
Finds a
Vector
of the specified name attribute".Tsp"
. - FREE_MEMORY_SIZE - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- fromStringArray(String[]) - Static method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
- Function - Class in com.insightful.splusserver.domain
-
Defines the
Function
object. - Function() - Constructor for class com.insightful.splusserver.domain.Function
- FUNCTION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- FunctionClient - Interface in com.insightful.splusserver.api.interfaces
-
This interface represents a client that invokes methods available in the function service API exposed by TIBCO Spotfire Statistics Services.
G
- Generic - Class in com.insightful.splusserver.domain
-
Defines the
Generic
object. - Generic - com.insightful.splusserver.exception.ExceptionType
-
The exception of last resort.
- Generic() - Constructor for class com.insightful.splusserver.domain.Generic
- GENERIC_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- GenericClassTypeConstants - Interface in com.insightful.splusserver.utils.viewmodel.domainadapter
-
Defines the names of supported
types as string constants. - GenericException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for TIBCO Spotfire Statistics Services Java API.
- GenericException() - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a
GenericException
class. - GenericException(String) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a
GenericException
class. - GenericException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a
GenericException
class. - GenericException(Throwable) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a
GenericException
class. - get(int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
If row data is available, return the array element value at the index specified by
anIndex
. - getAction() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the action to be performed.
- getAction() - Method in class com.insightful.splusserver.domain.JobAdminRequest
-
Retrieves the action.
- getAdministrationClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getAdministrationClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getAllPackages() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the list of all packages deployed to the central repository.
- getAnnotation() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's annotation.
- getApplication() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's application.
- getArgument(int) - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the binary argument at the position of the specified index.
- getArgument(int) - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the argument at the specified position.
- getArgument(int) - Method in class com.insightful.splusserver.domain.SplusDataRequest
- getArgumentCount() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the number of arguments.
- getArgumentCount() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the number of arguments.
- getArgumentCount() - Method in class com.insightful.splusserver.domain.SplusDataRequest
- getArguments() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the list of binary arguments.
- getArguments() - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
Returns a list of arguments.
- getArray() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getArray() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
- getAsBooleanArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as an array of bools (logical vectors). - getAsBooleanArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a boolean array.
- getAsBooleanArray(boolean) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a boolean array.
- getAsBooleanArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a boolean array. - getAsBooleanArray(List<Item>, boolean) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a boolean array. - getAsBooleanObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a
Boolean
Object array. - getAsBooleanObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a Boolean Object array. - getAsByteArray() - Method in class com.insightful.splusserver.domain.representation.BinaryValueRepresentation
-
Returns the value as the actual type (that is, a byte array.)
- getAsDataFrame() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as aDataFrame
. - getAsDoubleArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as an array of doubles. - getAsDoubleArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsDoubleArray(double) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsDoubleArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a double array. - getAsDoubleArray(List<Item>, double) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a double array. - getAsDoubleObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsDoubleObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a double array. - getAsIntArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as an array ofints
. - getAsIntegerArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a integer array.
- getAsIntegerArray(int) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a integer array.
- getAsIntegerArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a integer array. - getAsIntegerArray(List<Item>, int) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a integer array. - getAsIntegerObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into an Integer Object array.
- getAsIntegerObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform a vector into an Integer Object array.
- getAsLongArray() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getAsMatrix() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves value of this
Splus
object as aMatrix
. - getAsMultiDimensionalArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as aMultiDimensionalArray
. - getAsString() - Method in class com.insightful.splusserver.domain.Splus
-
Helper method to get a first string of a vector returned.
- getAsStringArray() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name items as a string array.
- getAsStringArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as a string array. - getAsStringArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform a vector into a integer array.
- getAsStringArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
ofItem
s into a String array. - getAsVector() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this
Splus
object as aVector
. - getAttributeList() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the attribute list of the notification.
- getAttributeValue(String) - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the named attribute value from the notification.
- getAttributeValuePair(String) - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the named attribute name/value pair from the notification.
- getAttrs() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the attributes of the data structure.
- getAttrs() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's attributes.
- getAttrs() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the attributes of the list.
- getAttrs() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the
Attr
object of theMultiDimensionalArray
. - getAttrs() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the attributes of the matrix.
- getAttrs() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's
Attr
objects. - getCanonicalString() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the string representation of the notification.
- getChildren() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusCompositeViewModel
-
Retrieves the list of children
ISplusViewModel
this is composed of. - getClazz() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's class.
- getClientIP() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the client IP.
- getClusterNode(NodeType, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieve the cluster node details.
- getClusterNodes() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the list of current cluster nodes.
- getClusterNodes(NodeType) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieve the list of current cluster nodes by type.
- getCode() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the expression that produces the evaluation result.
- getColumnAt(int) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the column at the specified index.
- getColumnAt(int) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the column at the given index.
- getColumns() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the data structure's
Column
objects. - getColumns() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the columns of the matrix.
- getCommittedVirtualMemorySize() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getComponents() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the components of the list.
- getComponentValue(int) - Method in class com.insightful.splusserver.domain.List
- getConfigurationInfo() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Returns the current configuration of the server.
- getContent() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the item contents.
- getContent() - Method in class com.insightful.splusserver.domain.Null
-
Retrieves the
Null
contents. - getContent() - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Retrieves the content of the
CallObject
. - getContentValue(Item) - Static method in class com.insightful.splusserver.utils.DomainObjectTypeUtil
- getCoordinates() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
- getCoordinates() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
- getCopyright() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's copyright information.
- getCreated() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was created as a String.
- getCreatedBy() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the ID of the user who created the request.
- getCreatedMillis() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the date and time that the request was created in milliseconds.
- getCreatedTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was created as a
Date
object. - getData() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Retrieves the data.
- getDecimalPattern() - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Retrieves a decimal pattern.
- getDefaultEmail() - Static method in class com.insightful.splusserver.notification.NotificationRequest
- getDefaultPort() - Static method in class com.insightful.splusserver.notification.NotificationRequest
- getDefaultViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Retrieve the default View Adapter of this.
- getDelegateModel() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelDelegator
- getDescription() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's description.
- getDimAttribute() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a
Vector
containing the dimensions of the data structure. - getDimAttribute() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves dimensions attribute of the array.
- getDimAttribute() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves a vector containing the dimensions attribute of the matrix.
- getDimension() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the
Dimension
object of theMultiDimensionalArray
. - getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getDimensions() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
- getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Retrieves the dimensions array.
- getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
- getDimensions() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
Retrieves the dimensions array of the multi-dimensional array.
- getDimnamesAttribute() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a
List
containing the dimension names of the data structure. - getDimnamesAttribute() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the dimension names attribute of the array.
- getDimnamesAttribute() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves a list containing the dimension names of the matrix.
- getDisplayOptions() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the object's display options.
- getElementAt(int[]) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getElementAt(int[]) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
- getEmail() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email attrubute value.
- getEngineCount() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Get the number of execution engines running on a given node.
- getEngineTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent in the engine while processing the request.
- getEngineType() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the type of engine.
- getEntries() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Retrieves the entries in the package repository.
- getEnum(String) - Static method in enum com.insightful.splusserver.domain.ColumnType
- getEnum(String) - Static method in enum com.insightful.splusserver.domain.SplusStatus
- getError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves any errors that resulted from the request.
- getErrorCode() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the error code that details specific error condition occurred.
- getErrorMessage() - Method in class com.insightful.splusserver.domain.AdminResult
-
Returns an error message if response code is not equal to ResponseCodes.STATUS_SUCCESS.
- getErrorMessage() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves the error message from the server for the cluster node.
- getException() - Method in class com.insightful.splusserver.domain.Exception
-
Retrieves the exception.
- getExpressionClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getExpressionClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getExtendedServerInfo() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the detailed server information.
- getFileName() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the name of the file containing the package.
- getFilePath() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the path to a package.
- getFirstValue() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the first value of the value array.
- getFreePhysicalMemorySize() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getFunctionClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getFunctionClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getGenericAdaptables() - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
- getGenericAdaptables() - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
- getHasError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasReturnValue() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasTextOutput() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasWarnings() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHeader() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the object's header.
- getHeapMemoryCommitted() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getHeapMemoryMax() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getHeapMemoryUsed() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getId() - Method in class com.insightful.splusserver.domain.Argument
-
Returns the ID of the argument.
- getId() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves a string containing the object ID (if it is defined).
- getId() - Method in interface com.insightful.splusserver.domain.DataRequestArgument
-
Returns the object ID, if it is defined.
- getIndexAt(int[]) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Calculates the index at the given coordinates.
- getIndexAt(int[]) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Retrieves the index in the flattened one dimensional array at the given coordinates of the multi-dimensional array.
- getIndices() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Retrieves the current indices array.
- getIndicesViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
- getInnerValue() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the inner component value.
- getInstance(boolean) - Static method in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Retrieves an instance of a job.
- getIntStatus() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getIsAuthenticationEnabled() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Indicates whether authentication is enabled.
- getItems() - Method in class com.insightful.splusserver.domain.Dimension
-
Retrieves a list of the Item objects.
- getItems() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves a list of the row name Item objects.
- getItems() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's
Item
objects. - getJobDetails(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Returns a
SplusDataResult
object for the specifiedjobId
. - getJobId() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a job ID associated with the evaluation.
- getJobId() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the job ID.
- getJobIdsAffected() - Method in class com.insightful.splusserver.domain.JobAdminResult
-
Returns the list of job IDs that the requested operation affected.
- getJobs() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Returns an
SplusJobs
object that contains all jobs currently on the server asSplusDataResult
objects. - getJobs() - Method in class com.insightful.splusserver.domain.SplusJobs
-
Retrieves a list of
SplusDataResult
objects. - getJobs(String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Returns all
SplusJobs
object that contains all jobs currently on the server asSplusDataResult
objects for the specified user. - getJobs(String[]) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves a
SplusJobs
object that contains all jobs currently on the server asSplusDataResult
objects withjobId
s that match the contents of the suppliedjobIds
array. - getJobs(String, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Returns all
SplusJobs
object that contains all jobs currently on the server asSplusDataResult
objects created by the specified user and in the givenstatus
. - getJobsQueued() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves a list of queued jobs from the server.
- getJobStatus() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Contains the new job status if notification is of
eNotificationType.eJobStatusChanged
type. - getJobTextOutput(String, long) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the job text output, beginning at the specified starting position.
- getLength() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the list length.
- getLength() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name length.
- getLength() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's length.
- getLength() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
- getListDataAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.IListViewAdapter
-
Retries the
IListDataAdapter
this is "adapted" from. - getListViewAdapterFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- getMessage() - Method in class com.insightful.splusserver.domain.Exception
-
Returns a message about the exception.
- getMonitoringInfo() - Method in class com.insightful.splusserver.notification.MonitoringNotificationMessage
- getName() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a string containing name of the data structure.
- getName() - Method in class com.insightful.splusserver.domain.Application
-
Retrieves the name of the application.
- getName() - Method in class com.insightful.splusserver.domain.Attr
-
Retrieves the name of the attribute.
- getName() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the component name.
- getName() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's name.
- getName() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the item name.
- getName() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the list name.
- getName() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the name of the
MultiDimensionalArray
. - getName() - Method in class com.insightful.splusserver.domain.Null
-
Retrieves the string containing the name of the
CallObject
. - getName() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the name of the matrix.
- getName() - Method in class com.insightful.splusserver.domain.Splus
-
This attribute does not exist in SPXML.
- getName() - Method in interface com.insightful.splusserver.domain.SplusObject
- getName() - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Retrieves the name of the
CallObject
. - getName() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's name.
- getName() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Name of the domain object thie view model represents.
- getNamed() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the named list.
- getNodeName() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the name of the node.
- getNodes() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Retrieves the nodes in the cluster.
- getNodeState() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the type of the node.
- getNodeType() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the type of the node.
- getNonHeapMemoryUsed() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getNotificationId() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the notification ID.
- getNotificationListener() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the default notification listener, which is notified with events for all jobs.
- getNotificationListener(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the notification listener associated with a specific job.
- getNotificationMessages() - Method in class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Retrieves a list of notification request strings.
- getNotificationMessageType(String) - Static method in class com.insightful.splusserver.notification.Notification
-
Retrieves the enum type of the corresponding notification type string.
- getNotificationMessageTypeValue() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the value of the type attribute of the notification.
- getNotificationMessageTypeValue(eNotificationMessageType) - Static method in class com.insightful.splusserver.notification.Notification
-
Retrieves the value of the type attribute of the notification.
- getNotificationReceiverPort() - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Retrieves the port to use when listening for notifications from the server.
- getNotificationRequest() - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Retrieves a notificatiton request string.
- getNotificationRequests() - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Retrieves a list of notificatiton request strings.
- getNotificationType() - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Retrieves the notification mechanism used.
- getNotificationType() - Method in class com.insightful.splusserver.notification.Notification
- getNTimesNotified() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Implementation detail only.
- getNumCols() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves an
Integer
containing the number of columns in the data structure. - getNumCols() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the number of columns in the matrix.
- getNumRows() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves an
Integer
containing the number of columns in the data structure. - getNumRows() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the number of rows in the matrix.
- getOrderedViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
- getOrdinal() - Method in class com.insightful.splusserver.domain.Exception
-
Returns the ID of the exception.
- getPackageName() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the name of the package.
- getPassword() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the user's password.
- getPort() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the port.
- getPrepTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent preparing the engine to execute the request (included in engineTime).
- getProcessCpuTime() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getProcessId() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getProtectionLevel() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the protection level for the package.
- getQueuedTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time this request spent in the queue.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.JobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.session.SessionJobStartup
- getResponseCode() - Method in class com.insightful.splusserver.domain.AdminResult
-
Returns the response code.
- getResponseCode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves the response code from the server for the cluster node.
- getResultsDir() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a string containing the path of the directory where any file output is stored.
- getResultSerializationType() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the serialization type specified for the data results in the BinaryDataRequest object.
- getResultSerializationType() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the result serialization type.
- getResultSerializationType() - Method in class com.insightful.splusserver.domain.SplusDataRequest
- getReturnValue() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the
SplusReturnValue
object containing the results of the evaluation. - getReturnValueAsByteArray() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Utility method to retrieve binary representation of the return value as a byte array.
- getReturnValueRepresentation() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the return value representation object.
- getRowNames() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the row names of the data structure.
- getRowNames() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the row names of the matrix.
- getScheduled() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was scheduled to run.
- getScheduledMillis() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the request's scheduled date and time in milliseconds.
- getScheduledTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was scheduled as a
Date
object. - getScientificPattern() - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Retrieves a scientific pattern.
- getSerializationType() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves the serialization type for the argument.
- getSerializationType() - Method in class com.insightful.splusserver.domain.representation.AbstractValueRepresentation
- getSerializationType() - Method in interface com.insightful.splusserver.domain.representation.ValueRepresentation
-
Retrieves the serialization type property specifying the underlying serialization mechanism.
- getSerializedData() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves the serialized data for the argument.
- getServerId() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Retrieves the server ID
- getServerInstance() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Contains the name of the server processing the request.
- getServerName() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Deprecated.This is redundant because the client must know the URL to access this API.
- getServerTime() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the current server time.
- getServerTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent in the server processing the request.
- getServerType() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the type of server.
- getServerVersion() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the current server version.
- getServiceId() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the Service ID as a string.
- getSessionToken() - Method in class com.insightful.splusserver.domain.session.SessionAdminResult
- getSessionToken() - Method in class com.insightful.splusserver.domain.session.SessionJobStartup
-
Get the session token.
- getSlices() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
Slice this along the given two indices that was set by the method
ISplusMultidimensionalViewModel.setViewBy(int, int)
and return all the slices as aList
ofISplusViewModel
. - getSlices(int, int) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getSlices(int, int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Get the list of 2-D slices of the multi-dimensional array along the given dimensions.
- getSplus() - Method in class com.insightful.splusserver.domain.Argument
-
Returns a value of this argument.
- getSplusClass() - Method in class com.insightful.splusserver.domain.List
-
Retrieves a string containing the name of the class.
- getSplusObject() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
- getSplusReturnValue() - Method in class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
-
Returns the value as the actual type (That is, an
SplusReturnValue
) - getSplusValue() - Method in class com.insightful.splusserver.domain.SplusReturnValue
-
Retrieves an
Splus
object. - getSplusViewModelFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- getStatus() - Method in class com.insightful.splusserver.domain.Authentication
-
Retrieves The authentication status.
- getStatus() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a job's status.
- getSubspaceSliceAt(int[], int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getSubspaceSliceAt(int[], int...) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
- getSubspaceSlices(int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
- getSubspaceSlices(int...) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Get all the subspace slices of the multi-dimensional array.
- getSubType() - Method in class com.insightful.splusserver.domain.Column
-
Retrieves the column subtype.
- getTableDataAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.ITableViewAdapter
-
Retries the
ITableDataAdapter
this is "adapted" from. - getTableViewAdapterFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- getTextOutput() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves any text that the call generated.
- getTime() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the time.
- getTimestamp() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's time stamp.
- getTimestamp() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- getToNode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the name of the node to reschedule to.
- getToNodeType() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the type of node.
- getTupleAt(int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
-
If a tuple is available, return the tuple at the index specified by
anIndex
. - getTuplesCount() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.TableDataAdapterCreator
-
Retrieves the total tuple count of the table.
- getType() - Method in class com.insightful.splusserver.domain.Exception
-
Retrieves the type of exception.
- getType() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the type.
- getType() - Method in class com.insightful.splusserver.domain.Matrix
-
Retrieves the type of the current instance.
- getType() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name type.
- getType() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's type.
- getType() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the type.
- getUnorderedViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
- getUserName() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the user's name.
- getValue() - Method in class com.insightful.splusserver.domain.Annotation
-
Retrieves a string containing the annotation value.
- getValue() - Method in class com.insightful.splusserver.domain.Attr
-
Retrieves the value of the attribute.
- getValue() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the component value.
- getValue() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's value.
- getValue() - Method in class com.insightful.splusserver.domain.representation.BinaryValueRepresentation
- getValue() - Method in class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
- getValue() - Method in interface com.insightful.splusserver.domain.representation.ValueRepresentation
-
Retrieves the actual value returned from the server.
- getValue() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the generic object's value.
- getValue() - Method in class com.insightful.splusserver.domain.Timestamp
-
Retrieves a string containing the time stamp.
- getValue() - Method in class com.insightful.splusserver.domain.Value
-
Retrieves the single string value.
- getValues() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
- getValues() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
- getVariablesToReturn() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
- getVariablesToReturn() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the list of the variables that need to be returned to the client as a result of request execution.
- getVariablesToReturn() - Method in class com.insightful.splusserver.domain.SplusDataRequest
- getVector() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the
Vector
object of theMultiDimensionalArray
. - getVersion() - Method in class com.insightful.splusserver.domain.Application
-
Retrieves the version of the application.
- getVersion() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the version of the package.
- getVersion() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the server XML version.
- getWarningList() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves all warnings as a result of running an expression or function as a list of strings.
- getWarnings() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Deprecated.please use getWarningList() instead
- getXml() - Method in exception com.insightful.splusserver.exception.api.ApiException
-
Returning XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.api.ServerCreationException
-
Returning XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.BaseException
-
Returns an XML representation of the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.GenericException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.ServerTimeoutException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
-
Returns an XML representation representing the exception.
H
- handleNotification(NotificationMessage) - Method in interface com.insightful.splusserver.notification.NotificationListener
-
Handles receiving the notification.
- hasAllRequiredAttributesSpecified() - Method in class com.insightful.splusserver.notification.Notification
-
Checks whether all required attributes are specified.
- hasArg(String) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Checks whether the passed in
argName
is the name for an existing argument added to this through one of theAddArgumant()
methods. - hasEmail() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Checks whether there is e-mail/
- hasError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Determines whether an object has an error.
- hashCode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
- hashCode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
- hashCode() - Method in class com.insightful.splusserver.domain.Item
-
The hash code of an item.
- hashCode() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
- hasReturnValue() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Determines whether an object has a return value.
- hasTextOutput() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Determines whether an object has text output.
- hasWarnings() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Determines whether an object has warnings.
- Header - Class in com.insightful.splusserver.domain
-
Defines the
Header
object. - Header() - Constructor for class com.insightful.splusserver.domain.Header
-
Constructs a
Header
object. - Header(Annotation, Application, String, String, Timestamp) - Constructor for class com.insightful.splusserver.domain.Header
-
Constructs a
Header
object for the specified application, including its copyright information, a description, and a timestamp. - Header(Application) - Constructor for class com.insightful.splusserver.domain.Header
-
Constructs a
Header
object for the specified application. - Header(Application, Timestamp) - Constructor for class com.insightful.splusserver.domain.Header
-
Constructs a
Header
object for the specified application, including its timestamp. - HEADER__SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- HEADER_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- HEAP_MEMORY_COMMITTED - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- HEAP_MEMORY_MAX - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- HEAP_MEMORY_USED - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
I
- IArrayAccessor<T> - Interface in com.insightful.splusserver.utils.viewmodel.dataadapter
-
Abstraction of access to flattened multi-dimensional arrays.
- IListDataAdapter<T> - Interface in com.insightful.splusserver.utils.viewmodel.dataadapter
-
Abstraction of data access to a list like object.
- IListViewAdapter - Interface in com.insightful.splusserver.utils.viewmodel.viewadapter
-
Interface for all the View Adapters for list like objects.
- IListViewAdapterFactory<L extends IListViewAdapter> - Interface in com.insightful.splusserver.utils.viewmodel.viewadapter
-
Abstraction of a factory that makes an
IListViewAdapter
from aIListDataAdapter
. - ImmediateJobStartup - Class in com.insightful.splusserver.domain.job
-
Constructs a class for the immediate job startup type.
- incNTimesNotified() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Implementation detail only.
- incrementMany(int, int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Increment multiple but skip the dimensions at the passed in skipDims.
- incrementOne(int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Increment one but skip the dimensions at the passed in skipDims.
- IndexCounter - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A utility class that handles increments of subscripts of a multi-dimensional array.
- IndexCounter(int[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Constructs this from a dimensions array.
- IndexCounter(int[], int[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Constructs this from a dimensions array and a initial indices array.
- IndicesValidator - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A utility class that helps validate whether an array of indices is the whole set or a subset of indices from 0 to n-1.
- integer - com.insightful.splusserver.domain.DataType
-
An integer such as 10.
- interrupt(String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Interrupts the specified job.
- Interrupt - com.insightful.splusserver.domain.JobAdminRequest.JobAdminAction
-
Interrupts the job.
- Interrupted - com.insightful.splusserver.domain.SplusStatus
-
The job was interrupted while running.
- INTERRUPTED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request was interrupted.
- isAdaptableGeneric(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
- isAsync - Variable in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
true
if the job should be executed asynchronously; otherwisefalse
. - isAuthenticationEnabled() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Checks to see if authentication is required when calling the server.
- ISerializableIds - Interface in com.insightful.splusserver.domain
-
Definition of serializable ids.
- isFinal() - Method in enum com.insightful.splusserver.domain.SplusStatus
- isFinalStatus(int) - Static method in enum com.insightful.splusserver.domain.SplusStatus
- isFinished() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Indicates whether the job is no longer running or is waiting to run.
- isGenericAdaptable(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
- isJobStatusNotification() - Method in class com.insightful.splusserver.notification.Notification
-
Checks whether the notification is for job status change.
- ISplusCompositeViewModel - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a specialized
ISplusViewModel
that is composed of a list ofISplusViewModel
. - ISplusMultidimensionalViewModel - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a specialized
ISplusViewModel
that holds a multi-dimensional array. - ISplusOrderedViewModel - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a specialized
ISplusViewModel
that holds an ordered list. - ISplusViewModel - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a view model that holds one or a collection of
SplusObject
objects. - ISplusViewModelDelegator - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a view model that delegates to another.
- ISplusViewModelFactory - Interface in com.insightful.splusserver.utils.viewmodel
-
Abstraction of a factory that creates a
ISplusViewModel
from a domain object. - ISplusViewModelManager - Interface in com.insightful.splusserver.utils.viewmodel
-
An abstraction of a manager interface that holds all the factory interfaces of this package.
- isSubset(int, int[]) - Static method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndicesValidator
-
Validates that the passed in is a sub-set of all indices from 0 to len-1.
- isSynchronous() - Method in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Indicates whether a job is running synchronously.
- isSynchronous() - Method in class com.insightful.splusserver.domain.job.JobStartup
-
Returns
true
if this startup type is synchronous. - isSynchronous() - Method in class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Specifies whether the job is synchronous.
- isSynchronous() - Method in class com.insightful.splusserver.domain.session.SessionJobStartup
- isWholeset(int, int[]) - Static method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndicesValidator
-
Validates that the passed in is a whole set of all indices from 0 to n.
- ITableDataAdapter<T> - Interface in com.insightful.splusserver.utils.viewmodel.dataadapter
-
Abstraction of data access to a table-like object.
- ITableViewAdapter - Interface in com.insightful.splusserver.utils.viewmodel.viewadapter
-
Interface for all the View Adapters for table like objects.
- ITableViewAdapterFactory<T extends ITableViewAdapter> - Interface in com.insightful.splusserver.utils.viewmodel.viewadapter
- Item - Class in com.insightful.splusserver.domain
-
Defines the
Item
object. - Item() - Constructor for class com.insightful.splusserver.domain.Item
-
Constructs an
Item
object. - Item(String) - Constructor for class com.insightful.splusserver.domain.Item
-
Constructs an
Item
fromcontent
. - Item(String, DataType) - Constructor for class com.insightful.splusserver.domain.Item
-
Constructs an
Item
fromcontent
. - Item(String, String) - Constructor for class com.insightful.splusserver.domain.Item
-
Constructs an
Item
with the specified name fromcontent
. - ITEM_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ITEMS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
J
- JOB_MONITORING_EVENT_TYPE - Static variable in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- JOB_OBJECT_SENT_EVENT_TYPE - Static variable in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- JOB_STATUS_EVENT_TYPE - Static variable in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- JobAdminRequest - Class in com.insightful.splusserver.domain
-
This class contains the action defintion to be performed on the job object.
- JobAdminRequest() - Constructor for class com.insightful.splusserver.domain.JobAdminRequest
-
The default constructor.
- JobAdminRequest(JobAdminRequest.JobAdminAction) - Constructor for class com.insightful.splusserver.domain.JobAdminRequest
-
Constructs an object with the given action type.
- JobAdminRequest.JobAdminAction - Enum in com.insightful.splusserver.domain
- JobAdminResult - Class in com.insightful.splusserver.domain
-
An API response object that contains the status code and the list of jobs affected by the requested operation.
- JobAdminResult() - Constructor for class com.insightful.splusserver.domain.JobAdminResult
-
Constructs an empty object
- JobAdminResult(int, String) - Constructor for class com.insightful.splusserver.domain.JobAdminResult
-
Constructs an object poulated with error code and message.
- JobAdminResult(String) - Constructor for class com.insightful.splusserver.domain.JobAdminResult
- JobAdminResult(List<Long>) - Constructor for class com.insightful.splusserver.domain.JobAdminResult
-
Constructs an object with a given list of job IDs.
- JobDoesNotExist - com.insightful.splusserver.exception.ExceptionType
-
The specified job does not exist.
- JobDoesNotExistException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for TIBCO Spotfire Statistics Services Java API.
- JobDoesNotExistException() - Constructor for exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Constructs an instance of a
JobDoesNotExistException
class. - JobDoesNotExistException(String) - Constructor for exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Constructs an instance of a
JobDoesNotExistException
class. - JobDoesNotExistException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Constructs an instance of a
JobDoesNotExistException
class. - JobDoesNotExistException(Throwable) - Constructor for exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Constructs an instance of a
JobDoesNotExistException
class. - JobStartup - Class in com.insightful.splusserver.domain.job
-
The base class of the hierarchy of the job startup specification classes.
L
- LABEL_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- List - Class in com.insightful.splusserver.domain
-
Defines the
List
object. - List() - Constructor for class com.insightful.splusserver.domain.List
-
The default constructor.
- List(SplusObject...) - Constructor for class com.insightful.splusserver.domain.List
-
Constructs a
List
object from the SplusObject values passed in. - List(String[]...) - Constructor for class com.insightful.splusserver.domain.List
-
Constructs a character vector
List
object using a specialized array. - list_or_NULL - com.insightful.splusserver.domain.DataType
-
A
list orNULL . - LIST_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- LocalAdapter - com.insightful.splusserver.domain.configuration.ServerType
- logical - com.insightful.splusserver.domain.DataType
-
A logical value.
- Logical - com.insightful.splusserver.domain.ColumnType
-
A logical value.
M
- Manager - com.insightful.splusserver.domain.cluster.NodeType
-
Manager node capable of managing the cluster as well as job execution.
- MATLAB - com.insightful.splusserver.domain.configuration.EngineType
-
Use the Matlab engine.
- MatlabSerialize - com.insightful.splusserver.domain.binary.SerializationType
-
Matlab native serialization format
- Matrix - Class in com.insightful.splusserver.domain
-
Defines the
Matrix
object. - Matrix() - Constructor for class com.insightful.splusserver.domain.Matrix
-
The default constructor.
- Matrix(Object, int, int) - Constructor for class com.insightful.splusserver.domain.Matrix
-
Constructor that accepts the array of items as well as matrix dimensions.
- Matrix(Object, int, int, String[], String[]) - Constructor for class com.insightful.splusserver.domain.Matrix
-
Constructs a matrix given the items array, dimensions, and dimension names
- MATRIX_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- MAX_SPXML_SIZE_DEFAULT - Static variable in class com.insightful.splusserver.domain.Splus
- MISSING - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typemissing
. - MonitoringNotificationMessage - Class in com.insightful.splusserver.notification
- MonitoringNotificationMessage() - Constructor for class com.insightful.splusserver.notification.MonitoringNotificationMessage
- MonitoringNotificationMessage(Date, String, NotificationType, String, long[]) - Constructor for class com.insightful.splusserver.notification.MonitoringNotificationMessage
- MULTI_DIMENSIONAL_ARRAY_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- MultiDimensionalArray - Class in com.insightful.splusserver.domain
-
Defines the
MultiDimensionalArray
object. - MultiDimensionalArray() - Constructor for class com.insightful.splusserver.domain.MultiDimensionalArray
-
The default constructor.
- MultiDimensionalArray(Object, int[], String[][]) - Constructor for class com.insightful.splusserver.domain.MultiDimensionalArray
-
Constructs an object from an array of any type that can be represented as a built-in type.
N
- NAME_OBJECT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- NAMED - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typenamed
. - NameObject - Class in com.insightful.splusserver.domain
-
Defines the
NameObject
. - NameObject() - Constructor for class com.insightful.splusserver.domain.NameObject
- NAMES_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- NODE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- NodeState - Enum in com.insightful.splusserver.domain.cluster
-
Node state.
- NodeType - Enum in com.insightful.splusserver.domain.cluster
-
Node type.
- NoMoreRows - com.insightful.splusserver.exception.ExceptionType
-
The data set contains no more rows.
- NoMoreRowsException - Exception in com.insightful.splusserver.exception.data
-
This exception is thrown when no more rows are found.
- NoMoreRowsException() - Constructor for exception com.insightful.splusserver.exception.data.NoMoreRowsException
-
The default constructor.
- NoMoreRowsException(String) - Constructor for exception com.insightful.splusserver.exception.data.NoMoreRowsException
-
Constructs an instance of
NoMoreRowsException
using the specified argument string. - NoMoreRowsException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.data.NoMoreRowsException
-
Constructs an instance of
NoMoreRowsException
. - NoMoreRowsException(Throwable) - Constructor for exception com.insightful.splusserver.exception.data.NoMoreRowsException
-
Constructs an instance of
NoMoreRowsException
. - NON_HEAP_MEMORY_USED - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- NoRowException - Exception in com.insightful.splusserver.exception.data
-
This exception is thrown if no row exists.
- NoRowException() - Constructor for exception com.insightful.splusserver.exception.data.NoRowException
-
The default constructor.
- NoRowException(String) - Constructor for exception com.insightful.splusserver.exception.data.NoRowException
-
Constructs an instance of this exception class.
- NoRowException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.data.NoRowException
-
Constructs an instance of this exception class.
- NoRowException(Throwable) - Constructor for exception com.insightful.splusserver.exception.data.NoRowException
-
Constructs an instance of this exception class.
- NoRows - com.insightful.splusserver.exception.ExceptionType
-
The data set contains no rows.
- NotAuthenticated - com.insightful.splusserver.exception.ExceptionType
-
The user name or password could not be authenticated.
- NotAuthenticatedException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for TIBCO Spotfire Statistics Services Java API.
- NotAuthenticatedException() - Constructor for exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Constructs an instance of a
NotAuthenticatedException
class. - NotAuthenticatedException(String) - Constructor for exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Constructs an instance of a
NotAuthenticatedException
class. - NotAuthenticatedException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Constructs an instance of a
NotAuthenticatedException
class. - NotAuthenticatedException(Throwable) - Constructor for exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Constructs an instance of a
NotAuthenticatedException
class. - Notification - Class in com.insightful.splusserver.notification
-
A base class for both notification request and result objects.
- Notification() - Constructor for class com.insightful.splusserver.notification.Notification
- NotificationAttributeSeparator - Static variable in class com.insightful.splusserver.notification.Notification
-
The character that separates the attribute value from the attribute name.
- NotificationDataSeparator - Static variable in class com.insightful.splusserver.notification.Notification
-
The character that separates notification data.
- NotificationListener - Interface in com.insightful.splusserver.notification
-
This interface is used to register to receive remote notifications from the server.
- NotificationMessage - Class in com.insightful.splusserver.notification
-
This class represents a notification message sent back from the server in response to a notification request issued by the client.
- NotificationMessage() - Constructor for class com.insightful.splusserver.notification.NotificationMessage
- NotificationMessage(Date, String, eNotificationMessageType, NotificationType, String, String[]) - Constructor for class com.insightful.splusserver.notification.NotificationMessage
-
Creates a notification message from a time, server ID, notification type, job ID, and a data array.
- NotificationMessageAdminResult - Class in com.insightful.splusserver.domain
-
This class represents a object sent back from the server in response to a request to perform an operation on a notification message (or a list of messages).
- NotificationMessageAdminResult() - Constructor for class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Constructs a
NotificationMessageAdminResult
object. - NotificationMessageAdminResult(String, int) - Constructor for class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Constructs a
NotificationMessageAdminResult
from an error message and a response code. - NotificationMessageAdminResult(List<String>) - Constructor for class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Constructs a
NotificationMessageAdminResult
from a list of notification request strings. - NotificationObjectSeparator - Static variable in class com.insightful.splusserver.notification.Notification
-
The character that separates notification objects.
- NotificationPrefix - Static variable in class com.insightful.splusserver.notification.Notification
-
The prefix for every notification.
- NotificationRequest - Class in com.insightful.splusserver.notification
-
This class represents a notification request sent by the client to the server to subscribe for the updates on a given job id status changes.
- NotificationRequest() - Constructor for class com.insightful.splusserver.notification.NotificationRequest
-
Specifies the maximum number of notification fields.
- NotificationRequest(Date, String, int, eNotificationMessageType, NotificationType) - Constructor for class com.insightful.splusserver.notification.NotificationRequest
-
Creates a notification request from a time, a client IP, a port, a eNotificationType and a job ID.
- NotificationRequestAdminResult - Class in com.insightful.splusserver.domain
-
This class represents a object sent back from the server in response to a request to perform an operation on a notification requests (or a list of messages).
- NotificationRequestAdminResult() - Constructor for class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Constructs a
NotificationRequestAdminResult
. - NotificationRequestAdminResult(String) - Constructor for class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Constructs a
NotificationRequestAdminResult
from a notification request string. - NotificationRequestAdminResult(String, int) - Constructor for class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Constructs a
NotificationRequestAdminResult
from an error message and a response code. - NotificationRequestAdminResult(List<String>) - Constructor for class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Constructs a
NotificationRequestAdminResult
from a list of notification request strings. - NotificationSeparator - Static variable in class com.insightful.splusserver.notification.Notification
-
The separator character used between notification strings.
- NotificationType - Enum in com.insightful.splusserver.notification
-
Notification mechanism to use (UDP callback or periodic polling)
- Null - Class in com.insightful.splusserver.domain
-
Defines the
Null
object. - Null() - Constructor for class com.insightful.splusserver.domain.Null
- NULL - com.insightful.splusserver.domain.DataType
-
A
NULL . - NULL_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- numeric - com.insightful.splusserver.domain.DataType
-
Any numeric value such as 10.2.
- Numeric - com.insightful.splusserver.domain.ColumnType
-
Any numeric value such as 10.2.
O
- ordered - com.insightful.splusserver.domain.DataType
-
A value that is in an order list.
- ORDERED - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typeordered
. - ordinal() - Method in exception com.insightful.splusserver.exception.api.ApiException
-
Returning id of exception to facilitate unmarshaling XML representation back into Java object
- ordinal() - Method in exception com.insightful.splusserver.exception.api.ServerCreationException
-
Returning id of the exception to facilitate unmarshaling XML representation back into the Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.BaseException
-
Returns the ID of the exception.
- ordinal() - Method in exception com.insightful.splusserver.exception.data.ColumnDoesNotExistException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.data.NoMoreRowsException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.data.NoRowException
-
Returning id of exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.data.WrongNumberException
-
Returning id of exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.GenericException
-
Returns the id of the exception to facilitate unmarshaling XML representation back into the Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.ServerTimeoutException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- ordinal() - Method in exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
-
Returns the ID of the exception to facilitate unmarshaling XML representation back into Java object.
- OUTPUT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
P
- PackageRepositoryEntry - Class in com.insightful.splusserver.domain.packages
-
Represents an entry in the package repository.
- PackageRepositoryEntry() - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
The default constructor.
- PackageRepositoryEntry(String, String, ProtectionLevel, String) - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Initializes a new instance of the
PackageRepositoryEntry
class. - PackageRepositoryEntryList - Class in com.insightful.splusserver.domain.packages
-
Represents a list of entries in the package repository.
- PackageRepositoryEntryList() - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
The default constructor.
- PackageRepositoryEntryList(int, String) - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Constructs a
PackageRepositoryEntryList
object with the specified response code and error message. - PackageRepositoryEntryList(PackageRepositoryEntry...) - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Constructs a
PackageRepositoryEntryList
object from an array of specified package entries. - PackageRepositoryEntryList(HashSet<PackageRepositoryEntry>) - Constructor for class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Constructs a
PackageRepositoryEntryList
object with the specified package entries. - PARAMETER_ASYNC - Static variable in class com.insightful.splusserver.domain.job.JobStartup
-
Specifies an asynchronous job.
- PARAMETER_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- PARAMETER_SESSION_ID - Static variable in class com.insightful.splusserver.domain.job.JobStartup
-
Specifies the session ID if a job is part of the session.
- PARAMETER_START_TIME - Static variable in class com.insightful.splusserver.domain.job.JobStartup
-
Specifies the start time.
- PARAMETER_TIMEOUT_MILLIS - Static variable in class com.insightful.splusserver.domain.job.JobStartup
-
Specifies the length of time, in milliseconds, to a job's time-out.
- parseNotificationMessages(String) - Static method in class com.insightful.splusserver.notification.NotificationMessage
-
Converts a string into multiple instances of this message.
- parseNotificationRequests(String) - Static method in class com.insightful.splusserver.notification.NotificationRequest
-
Converts a string into multiple instances of this notification request.
- PERSISTOUTPUT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- Polling - com.insightful.splusserver.notification.NotificationType
-
Specifies using polling for notification.
- PREFIX - Static variable in class com.insightful.splusserver.binary.BinarySerializationProtocol
- PROCESS_CPU_TIME - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- PROCESS_ID - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- Protected - com.insightful.splusserver.domain.packages.ProtectionLevel
-
This package is protected from being deleted.
- ProtectionLevel - Enum in com.insightful.splusserver.domain.packages
-
Protection level for a given package.
- PROTOCOL_VERSION - Static variable in class com.insightful.splusserver.binary.BinarySerializationProtocol
R
- R - com.insightful.splusserver.domain.configuration.EngineType
-
Use the open-source R engine.
- receiveBinaryObject(String, SerializationType, String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
This method allows a client application to retrieve an intermediate job execution result generated by a job running on the server.
- RectangularDataStructure - Interface in com.insightful.splusserver.domain
-
This interface represents a data frame and its attributes.
- reload() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Reloads the state so that the views will reflect the latest state of the domain object this is wraps.
- remove(int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
Removes the Item at the specified index.
- removeAttr(List<Attr>, String) - Static method in class com.insightful.splusserver.domain.AttrFinder
- removeNotificationListener() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Removes the default notification listener.
- removeNotificationListener(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Removes the notification listener associated with a specific job.
- Reschedule - com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest.Action
-
Reschedule the job to another node.
- rescheduleJob(String, NodeType, String, NodeType, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Reschedule a job to a different node in a cluster.
- ResponseCodes - Class in com.insightful.splusserver.domain
-
This class contains a list of response codes returned by the server.
- ResponseCodes() - Constructor for class com.insightful.splusserver.domain.ResponseCodes
- ROW_NAMES_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- ROW_NAMES_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- ROW_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- RowNames - Class in com.insightful.splusserver.domain
-
Defines the
RowNames
object. - RowNames() - Constructor for class com.insightful.splusserver.domain.RowNames
-
The default constructor.
- RowNames(String[]) - Constructor for class com.insightful.splusserver.domain.RowNames
-
Creates a
RowNames
object using the provided row names. - RSerialize - com.insightful.splusserver.domain.binary.SerializationType
-
The native object serialization format for the R engine.
- Running - com.insightful.splusserver.domain.SplusStatus
-
The job is currently running.
- RUNNING_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is currently running.
- RUNSTATUS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
S
- SAS - com.insightful.splusserver.domain.configuration.EngineType
-
Use the SAS engine.
- save() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Saves whatever view data that is cached in this to the underline domain object this wraps.
- SBDF - com.insightful.splusserver.domain.binary.SerializationType
-
The binary serialization format used in Spotfire applications.
- Scheduled - com.insightful.splusserver.domain.SplusStatus
-
The job is scheduled to be executed later.
- SCHEDULED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is scheduled to be executed later.
- scheduledAt - Variable in class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Start execution at this time.
- ScheduledJobStartup - Class in com.insightful.splusserver.domain.job
-
Scheduled job startup type.
- ScheduledJobStartup(Date) - Constructor for class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Construct an object with specific scheduled time.
- SerializationType - Enum in com.insightful.splusserver.domain.binary
-
Declares the list of currently supported object serialization types.
- serialize(BinaryDataRequest) - Static method in class com.insightful.splusserver.binary.BinaryRequestSerializer
-
Serializes the specified
BinaryDataRequest
object to be passed to the server. - serialize(String, SerializationType, InputStream) - Static method in class com.insightful.splusserver.binary.BinaryResultSerializer
-
Serializes the specified input into a byte array.
- serializePart(String, SerializationType, byte[], OutputStream) - Static method in class com.insightful.splusserver.binary.BinarySerializationProtocol
- ServerCreation - com.insightful.splusserver.exception.ExceptionType
-
An instance of the server could not be created.
- ServerCreationException - Exception in com.insightful.splusserver.exception.api
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerCreationException() - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
- ServerCreationException(String) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a
ServerCreationException
class. - ServerCreationException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a
ServerCreationException
class. - ServerCreationException(Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a
ServerCreationException
class. - ServerNotResponding - com.insightful.splusserver.exception.ExceptionType
-
The server is not responding.
- ServerNotRespondingException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerNotRespondingException() - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a
ServerNotRespondingException
class. - ServerNotRespondingException(String) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a
ServerNotRespondingException
class. - ServerNotRespondingException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a
ServerNotRespondingException
class. - ServerNotRespondingException(Throwable) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a
ServerNotRespondingException
class. - ServerTimeoutException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerTimeoutException() - Constructor for exception com.insightful.splusserver.exception.ServerTimeoutException
-
The default constructor.
- ServerTimeoutException(String) - Constructor for exception com.insightful.splusserver.exception.ServerTimeoutException
-
Coanstructs an instance with an exception message
- ServerType - Enum in com.insightful.splusserver.domain.configuration
- SESSION_SCHEDULED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is scheduled for execution in a given session.
- SessionAdminResult - Class in com.insightful.splusserver.domain.session
- SessionAdminResult() - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
- SessionAdminResult(String) - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
- SessionAdminResult(String, int) - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
- SessionDoesNotExist - com.insightful.splusserver.exception.ExceptionType
-
The specified session does not exist.
- SessionDoesNotExistException - Exception in com.insightful.splusserver.exception.sessions
-
Indicates that a given session Id is not registered on the server.
- SessionDoesNotExistException() - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
- SessionDoesNotExistException(String) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
- SessionDoesNotExistException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
- SessionDoesNotExistException(Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
- SessionJobStartup - Class in com.insightful.splusserver.domain.session
-
This job startup type is used to submit a job to a given session, specified by the session token constructor parameter.
- SessionJobStartup(String) - Constructor for class com.insightful.splusserver.domain.session.SessionJobStartup
-
Constructs a session job startup object.
- SessionScheduled - com.insightful.splusserver.domain.SplusStatus
-
The job is scheduled for execution in a given session.
- set(int, T) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
Updates the item data at the given index
anIndex
. - setAction(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the action.
- setAction(String) - Method in class com.insightful.splusserver.domain.JobAdminRequest
-
Sets the action.
- setAnnotation(Annotation) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's annotation.
- setApplication(Application) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's application.
- setArguments(List<Argument>) - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
Sets the list of arguments.
- setAttributeValue(String, String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets an attribute value.
- setAttrs(Collection<Attr>) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the attributes of the data structure.
- setAttrs(Collection<Attr>) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the attributes of the matrix.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's attributes.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.List
-
Sets the attributes of the list.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the
Attr
object of theMultiDimensionalArray
. - setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's
Attr
objects. - setClazz(String) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's class.
- setClientIP(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the client IP.
- setCode(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text for the code.
- setColumns(Collection<Column>) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the columns of the data structure.
- setColumns(Collection<Column>) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the columns of the matrix.
- setComponents(List<Component>) - Method in class com.insightful.splusserver.domain.List
-
Sets the components of the list.
- setContent(String) - Method in class com.insightful.splusserver.domain.Item
-
Sets the item contents.
- setContent(String) - Method in class com.insightful.splusserver.domain.Null
-
Sets the
Null
contents. - setContent(String) - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Sets the content of the
CallObject
. - setCopyright(String) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's copyright information.
- setCreated(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the request date and time.
- setCreatedBy(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the ID of the request's creator.
- setCreatedMillis(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the request date and time in milliseconds.
- setData(String[]) - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Sets the data.
- setDecimalPattern(String) - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Sets a decimal pattern.
- setDefaultEmail(String) - Method in class com.insightful.splusserver.notification.NotificationRequest
- setDefaultPort(int) - Method in class com.insightful.splusserver.notification.NotificationRequest
- setDescription(String) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's description.
- setDimension(Dimension) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the
Dimension
object of theMultiDimensionalArray
. - setDisplayOptions(DisplayOptions) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the object's display options.
- setEmail(String) - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the e-mail attribute.
- setEmailOnAll() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on all.
- setEmailOnDone() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on done.
- setEmailOnFailed() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on failed.
- setEmailOnInterrupted() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on interrupted.
- setEngineCount(int) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Set the number of execution engines running on a given node.
- setEngineTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent in the engine while processing the request.
- setEngineType(EngineType) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the engine type.
- setEntries(HashSet<PackageRepositoryEntry>) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Sets the entries in the package repository.
- setError(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text of the error
- setErrorCode(int) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the error code that details specific error condition occurred.
- setErrorMessage(String) - Method in class com.insightful.splusserver.domain.AdminResult
-
Sets the error message.
- setErrorMessage(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the error message for the cluster node.
- setFileName(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the file name.
- setHasError(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasReturnValue(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasTextOutput(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasWarnings(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHeader(Header) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the object's header.
- setId(String) - Method in class com.insightful.splusserver.domain.Argument
-
Sets the ID of an argument.
- setIntStatus(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setIsAuthenticationEnabled(Boolean) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
sets whethet authentication is enabled.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.Dimension
-
Sets a list of the Item objects.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.RowNames
-
Sets a list of the row name Item objects.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's
Item
objects. - setJobId(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the job ID.
- setJobId(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the job ID.
- setJobIdsAffected(List<Long>) - Method in class com.insightful.splusserver.domain.JobAdminResult
-
Sets the list of job IDs that the requested operation affected.
- setJobs(List<SplusDataResult>) - Method in class com.insightful.splusserver.domain.SplusJobs
-
Sets a list of
SplusDataResult
objects. - setJobsQueued(ArrayList<Long>) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the list of queued jobs.
- setLength() - Method in class com.insightful.splusserver.domain.List
-
Sets the list length.
- setLength(int) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector length.
- setLength(Integer) - Method in class com.insightful.splusserver.domain.RowNames
-
Ignored - only provided for XML serialization.
- setListViewAdapterFactory(IListViewAdapterFactory<IListViewAdapter>) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- setMessage(String) - Method in class com.insightful.splusserver.domain.Exception
-
Sets the exception message.
- setName(String) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the name of the data structure.
- setName(String) - Method in class com.insightful.splusserver.domain.Application
-
Sets the name of the application.
- setName(String) - Method in class com.insightful.splusserver.domain.Attr
-
Sets the name of the attribute.
- setName(String) - Method in class com.insightful.splusserver.domain.Component
-
Sets the component name.
- setName(String) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's name.
- setName(String) - Method in class com.insightful.splusserver.domain.Item
-
Sets the item name.
- setName(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the list name.
- setName(String) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the name of the
MultiDimensionalArray
. - setName(String) - Method in class com.insightful.splusserver.domain.Null
-
Sets the name of the
CallObject
. - setName(String) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the name of the matrix.
- setName(String) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the name of this.
- setName(String) - Method in interface com.insightful.splusserver.domain.SplusObject
- setName(String) - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Sets the Name of the
CallObject
. - setName(String) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's name.
- setNamed(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the named list.
- setNodeName(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the name of the node.
- setNodes(ArrayList<ClusterNode>) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Sets the nodes in a cluster.
- setNodeState(NodeState) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the state of the node.
- setNodeType(NodeType) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the type of node.
- setNotificationId(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the notification ID.
- setNotificationListener(NotificationListener) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Sets the default notification listener, which is notified with events for all jobs.
- setNotificationListener(NotificationListener, String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Sets the notification listener associated with a specific job.
- setNotificationMessages(List<String>) - Method in class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Sets a list of notification request strings.
- setNotificationReceiverPort(int) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Set the port to use when listening for notifications from the server.
- setNotificationRequests(List<String>) - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Sets a list of notificatiton request strings.
- setNotificationType(NotificationType) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Which notification mechanism to use (polling of UDP); defaults to UDP.
- setNotificationType(NotificationType) - Method in class com.insightful.splusserver.notification.Notification
- setNumCols(Integer) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the number of columns in the data structure.
- setNumCols(Integer) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the number of columns in the matrix.
- setNumRows(Integer) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the number of rows in the data structure.
- setNumRows(Integer) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
This method is ignored; it is provided only for XML serialization.
- setOrdinal(int) - Method in class com.insightful.splusserver.domain.Exception
-
Sets the exception's ID.
- setPackageName(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the package name.
- setPort(int) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the port.
- setPrepTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent preparing the engine to execute the request (included in engineTime).
- setProtectionLevel(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the protection level.
- setQueuedTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time this request spent in the queue.
- setResponseCode(int) - Method in class com.insightful.splusserver.domain.AdminResult
-
Sets the response code.
- setResponseCode(int) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the state of the node.
- setResultsDir(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the path of the directory where job results are stored.
- setReturnValue(SplusReturnValue) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the
SplusReturnValue
object. - setReturnValueRepresentation(ValueRepresentation) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the return value representation object.
- setRowNames(RowNames) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the row names in the data structure.
- setRowNames(RowNames) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the row names of the matrix.
- setScheduled(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the date and time to run the request.
- setScheduledMillis(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the date and time to run the request in milliseconds.
- setScientificPattern(String) - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Sets a scientific pattern.
- setServerId(String) - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Sets the server ID.
- setServerInstance(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the server to process a request.
- setServerTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent in the server processing the request.
- setServerType(ServerType) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the type of server.
- setServiceId(String) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the Service ID.
- setSessionToken(String) - Method in class com.insightful.splusserver.domain.session.SessionAdminResult
- setSplus(Splus) - Method in class com.insightful.splusserver.domain.Argument
-
Sets a value of this argument.
- setSplusClass(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the class.
- setSplusValue(Splus) - Method in class com.insightful.splusserver.domain.SplusReturnValue
-
Sets an
Splus
object. - setSplusViewModelFactory(ISplusViewModelFactory) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- setStatus(SplusStatus) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the status of the job.
- setStatus(Boolean) - Method in class com.insightful.splusserver.domain.Authentication
-
Sets the authentication status.
- setSubType(String) - Method in class com.insightful.splusserver.domain.Column
-
Sets the column subtype.
- setTableViewAdapterFactory(ITableViewAdapterFactory<ITableViewAdapter>) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
- setTextOutput(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text output.
- setTime(Date) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the time attribute.
- setTimestamp(Timestamp) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's time stamp.
- setToNode(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the name of the node to reschedule to.
- setToNodeType(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the type of node.
- setTupleAt(int, Map<Object, T>) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
-
Updates the tuple data at the given index
anIndex
. - setType(DataType) - Method in class com.insightful.splusserver.domain.Item
-
Sets the type.
- setType(eNotificationMessageType) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the notification type.
- setType(String) - Method in class com.insightful.splusserver.domain.Matrix
-
Sets the matrix type.
- setType(String) - Method in class com.insightful.splusserver.domain.RowNames
-
Sets the row name type.
- setType(String) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the type of vector.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Attr
-
Sets the value of the attribute.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Component
-
Sets the component value.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's value.
- setValue(String) - Method in class com.insightful.splusserver.domain.Annotation
-
Sets the string containing the annotiation value.
- setValue(String) - Method in class com.insightful.splusserver.domain.Timestamp
-
Sets a string containing the time stamp.
- setValue(String) - Method in class com.insightful.splusserver.domain.Value
-
Sets the string value.
- setValue(List<SplusObject>) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the
Splus
object's value. - setVariablesToReturn(String[]) - Method in class com.insightful.splusserver.domain.SplusDataRequest
- setVector(Vector) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the
Vector
object of theMultiDimensionalArray
. - setVersion(String) - Method in class com.insightful.splusserver.domain.Application
-
Sets the version of the application.
- setVersion(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the package version.
- setVersion(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the server XML version.
- setViewBy(int, int) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
Sets indices for two dimensions.
- setWarnings(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text for warnings.
- SExpressionBuilder - Class in com.insightful.splusserver.utils
-
Helper class to build expressions to be used to make calls with TIBCO Spotfire Statistics Services ExpressionClient.
Normally, a non-trivial TIBCO Enterprise Runtime for R or open-source R expression would contain references to a number of variables, of which, some would be simple data types such as a number, others would be more complex types such as a data frame, a matrix, or other object. - SExpressionBuilder() - Constructor for class com.insightful.splusserver.utils.SExpressionBuilder
- SIMPLECONTROL_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- single - com.insightful.splusserver.domain.DataType
- size() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
- Slice<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A simple bean class that holds onto a two-dimensional slice of a multi-dimensional array.
- Slice(int[], List<List<T>>) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
- Splus - Class in com.insightful.splusserver.domain
-
Defines the
Splus
object. - Splus() - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an
Splus
object. - Splus(DisplayOptions, Header, SplusObject...) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an
Splus
object, specifying the display options, the header, and the value. - Splus(DisplayOptions, Header, List<SplusObject>) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an
Splus
object, specifying the display options, the header, and values. - Splus(SplusObject...) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an
Splus
object with defaultDisplayOptions
andHeader
objects. - SPLUS - com.insightful.splusserver.domain.configuration.EngineType
-
As of version 7.9 of Spotfire Statistics Services, SPLUS is no longer supported.
- SPLUS_DATA_RESULT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- SPLUS_DATA_VALUE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- SPLUS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- SplusDataRequest - Class in com.insightful.splusserver.domain
-
This class represents an object submitted to the server as part of an evaluation request.
- SplusDataRequest() - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an empty object.
- SplusDataRequest(Argument...) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object containing a list of arguments passed.
- SplusDataRequest(String[], Argument...) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object using a list of variables to return and a list of arguments.
- SplusDataRequest(String[], List<Argument>) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object using a list of variables to return and a list of arguments.
- SplusDataRequest(List<Argument>) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object containing a list of arguments passed.
- SplusDataResult - Class in com.insightful.splusserver.domain
-
This class is the data result API.
- SplusDataResult() - Constructor for class com.insightful.splusserver.domain.SplusDataResult
-
The default constructor.
- SplusDataResult(int, String) - Constructor for class com.insightful.splusserver.domain.SplusDataResult
- SplusJobs - Class in com.insightful.splusserver.domain
-
Defines the
SplusJobs
object. - SplusJobs() - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the
SplusJobs
object. - SplusJobs(int, String) - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the
SplusJobs
object, including a response code and a string containing the error message. - SplusJobs(SplusDataResult...) - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the
SplusJobs
object from the passed-in array ofSplusDataResult
jobs - SplusObject - Interface in com.insightful.splusserver.domain
-
Defines the
SplusObject
. - SplusReturnValue - Class in com.insightful.splusserver.domain
-
Defines the
SplusReturnValue
object. - SplusReturnValue() - Constructor for class com.insightful.splusserver.domain.SplusReturnValue
- SplusSimpleObject - Class in com.insightful.splusserver.domain
-
This class defines a simple
SplusObject
. - SplusSimpleObject() - Constructor for class com.insightful.splusserver.domain.SplusSimpleObject
- SplusStatus - Enum in com.insightful.splusserver.domain
-
This enum represents the status of a function or expression (that is, a job or request) running in Spotfire Statistics Services.
- SPXML - com.insightful.splusserver.domain.binary.SerializationType
-
An XML-based serialization format supported by TERR and R.
- SpxmlValueRepresentation - Class in com.insightful.splusserver.domain.representation
-
The concrete value representation class for SPXML-encoded values.
- SpxmlValueRepresentation(SplusReturnValue) - Constructor for class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
-
Constructs an instance.
- Standard - com.insightful.splusserver.domain.configuration.ServerType
- Started - com.insightful.splusserver.domain.cluster.NodeState
-
The node is ready to process requests.
- startSession() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Starts a session on the server.
- STATUS_FORBIDDEN - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a user is not authorized to use a given resource (method).
- STATUS_GENERAL_ERROR - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a server encountered an unexpected error condition that prevented a server from servicing the request.
- STATUS_ID_INVALID - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the id specified is not specified correctly; for instance, it is not a valid number and a number is expected.
- STATUS_ID_NOT_FOUND - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the id specified is not found.
- STATUS_ID_NOT_SPECIFIED - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the client did not specify an id of the item on which the action needs to be performed.
- STATUS_NOT_ENOUGH_RESOURCES - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a user is not authorized to use a given resource (method).
- STATUS_SUCCESS - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned if the operation completed successfully
- STATUS_WRONG_VERSION - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned if the client specified a version of the server not supported by a given server instance.
- Stopped - com.insightful.splusserver.domain.cluster.NodeState
-
The node is running, but is not ready for request processing.
- stopSession(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Stops a session.
- Storage - com.insightful.splusserver.exception.ExceptionType
-
The request to WebDAV storage failed..
- StringTemplateUtil - Class in com.insightful.splusserver.utils
-
A utility class a to build a string for creating valid S expressions.
- SubspaceSlice<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A simple bean that holds onto a slice of a multi-dimensional array in a subspace of the array space of the multi-dimensional array.
- SubspaceSlice(int[], List<T>, int[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
- SYNCHRONOUS - Static variable in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Specifies a synchronous job.
- SynchronousJobStartup - Class in com.insightful.splusserver.domain.job
-
Specifies a synchronous job startup type.
- SynchronousJobStartup() - Constructor for class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
The default constructor.
- SynchronousJobStartup(long) - Constructor for class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
Initializes a new instance of the
SynchronousJobStartup
class.
T
- TABLE - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typetable
. - TABLECONTROL_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- TableDataAdapterCreator<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A factory class that helps create a
ITableDataAdapter
. - TableDataAdapterCreator() - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.TableDataAdapterCreator
- TERR - com.insightful.splusserver.domain.configuration.EngineType
-
Use the TIBCO Enterprise Runtime for R engine (the default).
- TerrSerialize - com.insightful.splusserver.domain.binary.SerializationType
-
The native object serialization format for the TIBCO Enterprise Runtime for R engine.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Translates between the response code and corresponding exception thrown on the client.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Translates between the response code and corresponding exception thrown on the client.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Specifies the type of exception to throw if an error is encountered.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.JobAdminResult
-
Translates between the response code and corresponding exception thrown on the client.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Translates between the response code and corresponding exception thrown on the client.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.session.SessionAdminResult
-
Translates between the response code and corresponding exception thrown on the client.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Possible exceptions that this class can throw.
- throwExceptionIfError() - Method in class com.insightful.splusserver.domain.SplusJobs
-
Translates between the response code and corresponding exception thrown on the client.
- TIBCO_STATSVCS_SSL_ALLOW_ANY_CERTIFICATE - Static variable in interface com.insightful.splusserver.api.interfaces.BaseClient
-
System property; set to true to disable server certificate verification.
- TimeData - com.insightful.splusserver.domain.ColumnType
-
A time date value such as jul=1.
- timeDate - com.insightful.splusserver.domain.DataType
-
A time date value such as jul=1.
- timeoutMillis - Variable in class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
Timeout in milliseconds - the period to elapse before the wait for job completion is terminated and an exception is thrown.
- Timestamp - Class in com.insightful.splusserver.domain
-
This class defines the
Timestamp
object for the evaluation request. - Timestamp() - Constructor for class com.insightful.splusserver.domain.Timestamp
-
Constructs a
Timestamp
object. - Timestamp(String) - Constructor for class com.insightful.splusserver.domain.Timestamp
-
Constructs a
Timestamp
object from a string value. - TIMESTAMP - com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
- TIMESTAMP_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- toString() - Method in enum com.insightful.splusserver.domain.ColumnType
-
Returns a string.
- toString() - Method in class com.insightful.splusserver.domain.Item
- toString() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
- toString() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
- toString() - Method in class com.insightful.splusserver.domain.SplusDataResult
- toString() - Method in class com.insightful.splusserver.domain.SplusJobs
- toString() - Method in enum com.insightful.splusserver.domain.SplusStatus
- toString() - Method in class com.insightful.splusserver.notification.MonitoringNotificationMessage
- toString() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the string representation of the notification message.
- toStringArray() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
- TS - Static variable in interface com.insightful.splusserver.utils.viewmodel.domainadapter.GenericClassTypeConstants
-
Generic
typets
. - TSP_ATTRIBUTE - Static variable in class com.insightful.splusserver.domain.AttrFinder
- TYPE_CHARACTER - Static variable in class com.insightful.splusserver.domain.Vector
- TYPE_NUMERIC - Static variable in class com.insightful.splusserver.domain.Vector
U
- UdpCallback - com.insightful.splusserver.notification.NotificationType
-
Specifies using UDP callback for notification.
- UnableToAllocateSession - com.insightful.splusserver.exception.ExceptionType
-
The specified session does not exist.
- UnableToAllocateSessionException - Exception in com.insightful.splusserver.exception.sessions
- UnableToAllocateSessionException() - Constructor for exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
- UnableToAllocateSessionException(String) - Constructor for exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
- UnableToAllocateSessionException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
- UnableToAllocateSessionException(Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
- Unprotected - com.insightful.splusserver.domain.packages.ProtectionLevel
-
This package is not protected and can be deleted.
- UNSPECIFIED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request was unspecified.
- uploadPackageVersion(String, String, ProtectionLevel, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Uploads a new version of a package into the package repository.
V
- Value - Class in com.insightful.splusserver.domain
-
The
Value
class represents values that a singleString
value. - Value() - Constructor for class com.insightful.splusserver.domain.Value
-
The default constructor.
- Value(String) - Constructor for class com.insightful.splusserver.domain.Value
-
The constructor creating an object with single string value.
- VALUE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- valueOf(int) - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Converts to SplusStatus value.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.binary.SerializationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.NodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.configuration.EngineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.configuration.ServerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.JobAdminRequest.JobAdminAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.packages.ProtectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.exception.ExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.notification.eNotificationMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.notification.NotificationType
-
Returns the enum constant of this type with the specified name.
- ValueRepresentation - Interface in com.insightful.splusserver.domain.representation
-
The interface that provides a generic representation of a value returned as part of an
SplusDataResult
object. - values() - Static method in enum com.insightful.splusserver.domain.binary.SerializationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.NodeState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.NodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.ColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.configuration.EngineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.configuration.ServerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.JobAdminRequest.JobAdminAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.packages.ProtectionLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.exception.ExceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.notification.eNotificationMessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.insightful.splusserver.notification.NotificationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vector - Class in com.insightful.splusserver.domain
-
Defines the
Vector
object. - Vector() - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a
Vector
object. - Vector(boolean...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a logical vector.
- Vector(double[]) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an numeric vector
- Vector(int...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an integer vector.
- Vector(DataType, Item...) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts variable number of parameters.
- Vector(Object) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts a generic array.
- Vector(String) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an character vector with a single element.
- Vector(String...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an character vector
- Vector(String, Item...) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts variable number of parameters.
- Vector(String, List<Item>) - Constructor for class com.insightful.splusserver.domain.Vector
- Vector(List<Attr>, List<Item>, String, String) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a vector object, initializing all the attributes.
- VECTOR_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
- VectorBase - Class in com.insightful.splusserver.domain
-
This class contains helper methods for constructing and transforming arrays for vectors.
- VectorBase() - Constructor for class com.insightful.splusserver.domain.VectorBase
-
Constructs a
Vector
object.
W
- Waiting - com.insightful.splusserver.domain.SplusStatus
-
The job is either scheduled to be run in the future, or waiting in queue for an available engine.
- WAITING_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is waiting for an engine or is scheduled to run.
- WebdavException - Exception in com.insightful.webdavaccess.exceptions
- WebdavException() - Constructor for exception com.insightful.webdavaccess.exceptions.WebdavException
- WebdavException(String) - Constructor for exception com.insightful.webdavaccess.exceptions.WebdavException
- WebdavException(String, Throwable) - Constructor for exception com.insightful.webdavaccess.exceptions.WebdavException
- WebdavException(Throwable) - Constructor for exception com.insightful.webdavaccess.exceptions.WebdavException
- Worker - com.insightful.splusserver.domain.cluster.NodeType
-
Worker node capable of job execution, managed by a manager node.
- WrongNumber - com.insightful.splusserver.exception.ExceptionType
-
A wrong number was provided.
- WrongNumberException - Exception in com.insightful.splusserver.exception.data
-
This exception is thrown on error when the number of columns specified in a request is incorrect.
- WrongNumberException() - Constructor for exception com.insightful.splusserver.exception.data.WrongNumberException
-
The default constructor.
- WrongNumberException(String) - Constructor for exception com.insightful.splusserver.exception.data.WrongNumberException
-
Constructs an instance of a
WrongNumberException
class. - WrongNumberException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.data.WrongNumberException
-
Constructs an instance of a
WrongNumberException
class. - WrongNumberException(Throwable) - Constructor for exception com.insightful.splusserver.exception.data.WrongNumberException
-
Constructs an instance of a
WrongNumberException
class.
All Classes All Packages