A B C D E F G H I L M N P R S T U V W 

C

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
Used to create a Credentials object after the Credentials.Builder has been initialized with the appropriate values.
create() - Method in class com.sybase.esp.sdk.data.PublisherOptions.Builder
Create PublisherOptions object using the values currently set.
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
Created a Dispatcher object.
createPauseState(ByteOrder, int, byte[]) - Static method in class com.sybase.esp.sdk.debugger.PauseState
 
createPublisher() - Method in interface com.sybase.esp.sdk.Project
Calls Project.createPublisher(PublisherOptions) internally with default PublisherOptions.
createPublisher(PublisherOptions) - Method in interface com.sybase.esp.sdk.Project
Creates a new Publisher to the server.
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
Calls Project.createSubscriber(SubscriberOptions) internally with default SubscriberOptions.
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
Returns a new Subscriber with default options.
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
 
A B C D E F G H I L M N P R S T U V W