| Modifier and Type | Method and Description |
|---|---|
ServerStream |
ResourceManager.getLatestResourceIncrementally(SessionToken session,
java.util.UUID resourceID)
Gets the (latest revision of the) designated resource as
ServerStream. |
ServerStream |
ResourceManager.getResourceRevisionIncrementally(SessionToken session,
java.util.UUID resourceID,
long revision)
Gets the designated revision of the designated resource as
ServerStream. |
| Modifier and Type | Method and Description |
|---|---|
ServerStream |
SessionStateManager.retrieveSessionStateIncrementally(SessionToken session,
java.lang.String savepoint,
java.util.UUID instanceLogId,
int nodeId,
int iteration)
Retrieves the state of a running application as a
ServerStream
so that (the state of) the suspended application/session can be restored. |
| Modifier and Type | Method and Description |
|---|---|
ServerStream |
ResourceProvider.getResourceIncrementally(SessionToken session,
ResourceDescriptor resourceDescriptor)
The same as
ResourceProvider.getResource(SessionToken, ResourceDescriptor) but with
incremental retrieval of the resource. |
ServerStream |
ResourceProvider.getResourceIncrementally(SessionToken session,
java.util.UUID resourceID)
The same as
ResourceProvider.getResource(SessionToken, UUID) but with incremental
retrieval of the resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerInputStream
This is a simple wrapper for an
InputStream as
ServerStream which allows for keeping an
InputStream locally and use it remotely. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerUDTInputStream
This interface resembles a
UDTValue but does not provide all
data at once but as requested, that is, the value of this UDTValue will not
be provided as a whole but incrementally as requested. |