Uses of Interface
de.aristaflow.adept2.model.common.communication.ServerStream
-
-
Uses of ServerStream in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ServerStream Modifier and Type Method Description ServerStreamResourceManager. getLatestResourceIncrementally(SessionToken session, UUID resourceID)Gets the (latest revision of the) designated resource asServerStream.ServerStreamResourceManager. getResourceRevisionIncrementally(SessionToken session, UUID resourceID, long revision)Gets the designated revision of the designated resource asServerStream. -
Uses of ServerStream in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return ServerStream Modifier and Type Method Description ServerStreamSessionStateManager. retrieveSessionStateIncrementally(SessionToken session, String savepoint, UUID instanceLogId, int nodeId, int iteration)Retrieves the state of a running application as aServerStreamso that (the state of) the suspended application/session can be restored. -
Uses of ServerStream in de.aristaflow.adept2.core.globalprovider
Methods in de.aristaflow.adept2.core.globalprovider that return ServerStream Modifier and Type Method Description ServerStreamResourceProvider. getResourceIncrementally(SessionToken session, ResourceDescriptor resourceDescriptor)The same asResourceProvider.getResource(SessionToken, ResourceDescriptor)but with incremental retrieval of the resource.ServerStreamResourceProvider. getResourceIncrementally(SessionToken session, UUID resourceID)The same asResourceProvider.getResource(SessionToken, UUID)but with incremental retrieval of the resource. -
Uses of ServerStream in de.aristaflow.adept2.model.common.communication
Classes in de.aristaflow.adept2.model.common.communication that implement ServerStream Modifier and Type Class Description classServerInputStreamThis is a simple wrapper for anInputStreamasServerStreamwhich allows for keeping anInputStreamlocally and use it remotely. -
Uses of ServerStream in de.aristaflow.adept2.model.datamanagement
Classes in de.aristaflow.adept2.model.datamanagement that implement ServerStream Modifier and Type Class Description classServerUDTInputStreamThis interface resembles aUDTValuebut 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.
-