Package | Description |
---|---|
com.spss.psapi.admin |
This provides functionality to support server administration activities.
|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerActivitySnapshot.refresh()
Reload new up-to-date monitoring information
|
void |
ServerConfiguration.save()
Reconfigures the assoicated server with the updated configuration settings
|
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleServerException
An exception thrown while attempting to connect to an incompatible server version.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.connect()
Connects this session to a local server instance.
|
void |
Session.connect(ProcessorStream stream)
Connects the stream to the session's server.
|
void |
Session.connect(ServerConnectionDescriptor serverDescriptor)
Connects this session to the remote server identified by the specified server descriptor.
|
void |
AdministratorSession.connect(ServerConnectionDescriptor serverDescriptor)
Connects this Session to the server specified by the server descriptor.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new session using the specified locale.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor)
Creates a new session using the specified locale.
|
abstract Session |
SessionFactory.create(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor,
RepositoryConnectionDescriptor repositoryDescriptor,
ASCredentialDescriptor asConnectionDescriptor)
Create a new sessio using the sepcified locale, The session is automatically
connected to the specified server
|
abstract AdministratorSession |
SessionFactory.createAdministratorSession(java.util.Locale locale,
ServerConnectionDescriptor serverDescriptor)
Creates a new admin session using the specified locale.
|
ProcessorStream |
Session.createProcessorStream(java.lang.String name)
Deprecated.
|
ProcessorStream |
Session.createProcessorStream(java.lang.String name,
boolean autoConnect)
Deprecated.
|
ServerDatabaseConnection |
Session.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String credentialName,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
ServerDatabaseConnection |
Session.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String userName,
java.lang.String password,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
ServerActivitySnapshot |
AdministratorSession.getServerActivitySnapshot()
Returns a
ServerActivitySnapshot object, loaded with a snapshot of server activity |
ServerConfiguration |
AdministratorSession.getServerConfiguration()
Returns a list of configuration settings for the server
|
RowSet |
Session.getServerDatabaseDriverNames()
Returns a row set that lists the database drivers available on the
data mining server host.
|
RowSet |
Session.getServerDataSourceNames()
Returns a row set that lists the available system DSNs visible on the
data mining server host.
|
ServerFileSystem |
Session.getServerFileSystem()
Returns the server file system.
|
ServerFileSystem |
AdministratorSession.getServerFileSystem()
Returns the server file system.
|
ServerSessionDetails |
AdministratorSession.getServerSessionDetails()
Returns details of the server and its environment
|
ExecutionHandle |
Session.publish(DataWriter node)
Executes the specified
DataWriter in publish mode to obtain a
PublishedImage . |
ExecutionHandle |
Session.publish(TerminalProcessor node,
boolean inline)
Executes the specified node in publish mode to obtain a
PublishedImage ready for inline scoring. |
ExecutionHandle |
Session.run(Processor[] nodes,
java.util.Collection results)
Executes the supplied array of nodes synchronously and waits for them to complete.
|
ExecutionHandle |
Session.run(ProcessorStream stream,
java.util.Collection results)
Executes the supplied stream synchronously and waits for it to complete.
|
ExecutionHandle |
Session.spawn(Processor[] nodes,
java.util.Collection builtObjects)
Executes the supplied array of nodes asynchronously.
|
ExecutionHandle |
Session.spawn(ProcessorStream stream,
java.util.Collection results)
Executes the supplied stream asynchronously.
|
ExecutionHandle |
Session.spawnPublish(DataWriter node)
Executes the specified
DataWriter asynchronously in publish mode to obtain a
PublishedImage . |
ExecutionHandle |
Session.spawnPublish(TerminalProcessor node,
boolean inline)
Executes the specified node asynchronously in publish mode to obtain a
PublishedImage ready for inline scoring. |
Modifier and Type | Method and Description |
---|---|
ProcessorStream |
TaskRunner.createStream(java.lang.String name,
boolean autoConnect,
boolean autoManage)
Creates and returns a new
ProcessorStream . |
Modifier and Type | Method and Description |
---|---|
ServerDatabaseConnection |
ProcessorStream.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String userName,
java.lang.String password,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
ExecutionHandle |
Processor.run(java.util.Collection results)
Executes this node synchronously and waits for execution to complete.
|
ExecutionHandle |
ProcessorStream.runAll(java.util.Collection results)
Executes the stream synchronously and waits for it to complete.
|
ExecutionHandle |
CompositeProcessorDiagram.runAll(java.util.Collection results)
Executes the executable nodes within this sub-stream synchronously and waits for it to complete.
|
ExecutionHandle |
ProcessorStream.runScript(java.util.Collection results)
Executes the stream script synchronously and waits for it to complete.
|
ExecutionHandle |
ProcessorStream.runSelected(Processor[] nodes,
java.util.Collection results)
Executes the supplied array of nodes synchronously and waits for them to complete.
|
ExecutionHandle |
CompositeProcessorDiagram.runSelected(Processor[] nodes,
java.util.Collection results)
Executes the supplied array of nodes synchronously and waits for them to complete.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.