Package | Description |
---|---|
com.streamscape.cli.ds.collection | |
com.streamscape.ds.schema.collection.qspace.pqueue |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessQueue.getState(java.lang.String processId)
Returns the state of a process with given
processId . |
Modifier and Type | Field and Description |
---|---|
static ProcessState |
ProcessState.ACKNOWLEDGED
Shows that a message has been properly processed and acknowledged.
|
static ProcessState |
ProcessState.DISCARDED |
static ProcessState |
ProcessState.ENQUEUED
Shows that a message is new and can be return by
poll() method when there is turn of the message. |
static ProcessState |
ProcessState.EXPIRED |
static ProcessState |
ProcessState.FORWARDED |
static ProcessState |
ProcessState.IN_TRANSACTION
Shows that a message has been already polled in transactional way.
|
static ProcessState |
ProcessState.LOCKED
Shows that a message has been already polled and someone uses it.
|
static ProcessState |
ProcessState.LOCKED_FOR_OFFER |
static ProcessState |
ProcessState.PENDING |
static ProcessState |
ProcessState.SKIPPED |
static ProcessState |
ProcessState.UNACKNOWLEDGED |
static ProcessState |
ProcessState.UNDELIVERED
Shows that a message has been offered but not acknowledged in the necessary period of time.
|
static ProcessState |
ProcessState.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessQueueFactory.getInitialProcessState() |
ProcessState |
ProcessQueueFactoryImpl.getInitialProcessState(com.streamscape.ds.session.Session session) |
ProcessState |
ProcessQueueCollection.getProcessState(com.streamscape.ds.session.Session session,
java.lang.String processId) |
ProcessState |
ProcessQueueProxy.getState(java.lang.String processId) |
static ProcessState |
ProcessState.valueOf(java.lang.String name) |
static ProcessState[] |
ProcessState.values() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessQueueFactory.setInitialProcessState(ProcessState processState) |
void |
ProcessQueueCollection.setInitialProcessState(ProcessState state) |
void |
ProcessQueueFactoryImpl.setInitialProcessState(com.streamscape.ds.session.Session session,
ProcessState processState) |
void |
ProcessQueueCollection.setProcessState(com.streamscape.ds.session.Session session,
java.lang.String processId,
ProcessState processState) |
EventDatagram |
ProcessQueueCollection.takeFor(com.streamscape.ds.session.Session session,
java.lang.String processId,
java.lang.String selector,
long timeout,
java.util.concurrent.TimeUnit unit,
ProcessState newState) |
EventDatagram |
ProcessQueueCollection.takeFor(com.streamscape.ds.session.Session session,
java.lang.String processId,
java.lang.String selector,
long timeout,
java.util.concurrent.TimeUnit unit,
ProcessState newState,
boolean isLast) |
EventDatagram |
ProcessQueueCollection.takeLastFor(com.streamscape.ds.session.Session session,
java.lang.String processId,
java.lang.String selector,
long timeout,
java.util.concurrent.TimeUnit unit,
ProcessState newState) |
boolean |
ProcessQueueCollection.updateProcessState(com.streamscape.ds.session.Session session,
java.lang.String processId,
ProcessState state) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.