- Callback<T extends SdkEvent<?>> - Interface in com.sybase.esp.sdk
-
- clearBreakpoints() - Method in interface com.sybase.esp.sdk.debugger.Debugger
-
Delete all breakpoints
- close() - Method in interface com.sybase.esp.sdk.data.Publisher
-
- close() - Method in interface com.sybase.esp.sdk.data.Subscriber
-
Closes this subscriber to further interaction.
- close() - Method in class com.sybase.esp.sdk.data.SubscriberEvent
-
- close() - Method in interface com.sybase.esp.sdk.Project
-
The project is deregistered with the SDK and is not available for interaction anymore.
- close() - Method in interface com.sybase.esp.sdk.Server
-
Closes this object for further commands and queries.
- close() - Method in class com.sybase.esp.util.upload.Uploader
-
Must be called after upload has finished to release resources
- closeNow() - Method in interface com.sybase.esp.sdk.data.Publisher
-
- closeNow() - Method in class com.sybase.esp.util.upload.Uploader
-
- code() - Method in enum com.sybase.esp.sdk.adapter.AdapterController.State
-
- code() - Method in enum com.sybase.esp.sdk.Stream.Operation
-
- ColumnIsNullException - Exception in com.sybase.esp.sdk.exception
-
Thrown if data retrieval is attempted for fields which are null.
- ColumnIsNullException() - Constructor for exception com.sybase.esp.sdk.exception.ColumnIsNullException
-
- ColumnIsShineThroughException - Exception in com.sybase.esp.sdk.exception
-
Thrown if data retrieval is attempted for fields which are shinethrough
- ColumnIsShineThroughException() - Constructor for exception com.sybase.esp.sdk.exception.ColumnIsShineThroughException
-
- com.sybase.esp.sdk.adapter - package com.sybase.esp.sdk.adapter
-
- com.sybase.esp.sdk.configuration - package com.sybase.esp.sdk.configuration
-
- com.sybase.esp.sdk.debugger - package com.sybase.esp.sdk.debugger
-
- com.sybase.esp.sdk.exception - package com.sybase.esp.sdk.exception
-
- com.sybase.esp.util.deployment - package com.sybase.esp.util.deployment
-
- commit() - Method in interface com.sybase.esp.sdk.data.Publisher
-
Issues a commit to the project which causes the project to process all its queued data and store it
in its logs.
- connect() - Method in interface com.sybase.esp.sdk.data.Publisher
-
Connect to the project.
- connect() - Method in interface com.sybase.esp.sdk.data.Subscriber
-
In direct access mode establishes a connection to server data gateway and logs in.
- connect(int) - Method in interface com.sybase.esp.sdk.Project
-
In DIRECT access mode tries to connect to a running project and returns if connection succeeds.
- connect() - Method in interface com.sybase.esp.sdk.Server
-
This must be the first call made to a newly retrieved server.
- connect(String, Credentials, int) - Method in class com.sybase.esp.util.upload.Uploader
-
Connects the uploader to the target project running in the server framework.
- connect(String, int, Credentials, int) - Method in class com.sybase.esp.util.upload.Uploader
-
Connect to a standalone project.
- create() - Method in class com.sybase.esp.sdk.Credentials.Builder
-
- create() - Method in class com.sybase.esp.sdk.data.PublisherOptions.Builder
-
- create() - Method in class com.sybase.esp.sdk.data.SubscriberOptions.Builder
-
Create a SubscriptionOptions object
- create() - Method in class com.sybase.esp.sdk.ProjectOptions.Builder
-
- create() - Method in class com.sybase.esp.sdk.ServerOptions.Builder
-
- create() - Method in class com.sybase.esp.sdk.Uri.Builder
-
Returns a new
Uri object from the component names that have been filled in this
Uri.Builder.
- createBinaryUploader() - Static method in class com.sybase.esp.util.upload.Uploader
-
Creates an uninitialized binary file uploader.
- createBreakpoint(ByteOrder, int, byte[]) - Static method in class com.sybase.esp.sdk.debugger.Breakpoint
-
- createDebuggerItem(String, String, Object[], Object[], Object[], ByteOrder, byte[], int) - Static method in class com.sybase.esp.sdk.debugger.DebuggerItem
-
- createDelimitedUploader(boolean) - Static method in class com.sybase.esp.util.upload.Uploader
-
Creates an uploader to upload files containing delimited data.
- createDispatcher(String) - Method in class com.sybase.esp.sdk.SDK
-
- createPauseState(ByteOrder, int, byte[]) - Static method in class com.sybase.esp.sdk.debugger.PauseState
-
- createPublisher() - Method in interface com.sybase.esp.sdk.Project
-
- createPublisher(PublisherOptions) - Method in interface com.sybase.esp.sdk.Project
-
- createPublisher(Uri, Credentials) - Method in class com.sybase.esp.sdk.SDK
-
Returns a
Publisher that can be used to publish data to the specified project.
- createPublisher(Uri, Credentials, PublisherOptions) - Method in class com.sybase.esp.sdk.SDK
-
Returns a
Publisher that can be used to publish data to the specified project.
- createSelector(String) - Method in class com.sybase.esp.sdk.SDK
-
Create a custom Selector.
- createSubscriber() - Method in interface com.sybase.esp.sdk.Project
-
- createSubscriber(SubscriberOptions) - Method in interface com.sybase.esp.sdk.Project
-
Creates a new
Subscriber to read data from the project.
- createSubscriber(Uri, Credentials) - Method in class com.sybase.esp.sdk.SDK
-
- createSubscriber(Uri, Credentials, SubscriberOptions) - Method in class com.sybase.esp.sdk.SDK
-
Returnes a new
Subscriber with the specified options.
- createUpdater(String, int) - Method in class com.sybase.esp.sdk.SDK
-
Create a custom Updater.
- createXmlUploader() - Static method in class com.sybase.esp.util.upload.Uploader
-
Creates an uploader to upload files that contain data in pseudo XML format.
- Credentials - Class in com.sybase.esp.sdk
-
Class to capture credentials information for authentication with cluster and projects.
- Credentials.Builder - Class in com.sybase.esp.sdk
-
Helper class that lets users create an instance of a
Credentials object.
- Credentials.Builder(Credentials.Type) - Constructor for class com.sybase.esp.sdk.Credentials.Builder
-
- Credentials.Type - Enum in com.sybase.esp.sdk
-