|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueType | |
|---|---|
| org.gcube.data.access.queueManager | |
| org.gcube.data.access.queueManager.impl | |
| org.gcube.data.access.queueManager.utils | |
| Uses of QueueType in org.gcube.data.access.queueManager |
|---|
| Methods in org.gcube.data.access.queueManager that return QueueType | |
|---|---|
QueueType |
QueueDefinition.getType()
|
static QueueType |
QueueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueueType[] |
QueueType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.data.access.queueManager with parameters of type QueueType | |
|---|---|
QueueProducer |
ProducerFactory.getSubmitter(String topic,
QueueType type)
|
QueueConsumer |
ConsumerFactory.register(String topic,
QueueType type,
QueueItemHandler callback)
|
| Constructors in org.gcube.data.access.queueManager with parameters of type QueueType | |
|---|---|
QueueDefinition(FactoryConfiguration factoryConfiguration,
String topic,
QueueType type)
|
|
| Uses of QueueType in org.gcube.data.access.queueManager.impl |
|---|
| Methods in org.gcube.data.access.queueManager.impl with parameters of type QueueType | |
|---|---|
MultiSyncConsumer |
QueueConsumerFactory.getMultiSyncConsumer(QueueType type)
|
QueueProducer |
QueueProducerFactory.getSubmitter(String topic,
QueueType type)
|
QueueConsumer |
QueueConsumerFactory.register(String topic,
QueueType type,
QueueItemHandler callback)
|
| Uses of QueueType in org.gcube.data.access.queueManager.utils |
|---|
| Methods in org.gcube.data.access.queueManager.utils with parameters of type QueueType | |
|---|---|
static String |
Common.formTopic(String serviceClass,
String serviceName,
QueueType type,
String topic)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||