Skip navigation links
A C D E F G I L M N O P Q R S T U W X 

A

addQueue(String, QueueWrapper<T>, Function) - Method in class tech.rsqn.useful.things.concurrency.QueueDistributor
 

C

callBack - Variable in class tech.rsqn.useful.things.concurrency.NotifiableContainer
 
cancel() - Method in class tech.rsqn.useful.things.concurrency.QueueWrapper
 
counter(Class, String) - Static method in class tech.rsqn.useful.things.metrics.Metrics
 

D

deQueue(long) - Method in class tech.rsqn.useful.things.concurrency.QueueWrapper
 
doSleep(long) - Static method in class tech.rsqn.useful.things.concurrency.ThreadUtil
 

E

enqueue(T) - Method in class tech.rsqn.useful.things.concurrency.QueueDistributor
 
enqueue(T) - Method in class tech.rsqn.useful.things.concurrency.QueueWrapper
 

F

fromXmlBytes(byte[]) - Static method in class tech.rsqn.useful.things.serialization.XmlSerializer
 

G

generate() - Static method in class tech.rsqn.useful.things.identifiers.UIDHelper
 
getId() - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
getRange(int, int) - Static method in class tech.rsqn.useful.things.util.RandomUtil
 
getRange(long, long) - Static method in class tech.rsqn.useful.things.util.RandomUtil
 
getRxSubscription() - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
getStartTs() - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 

I

Info() - Method in class tech.rsqn.useful.things.util.SysInfo
 

L

Latch - Class in tech.rsqn.useful.things.concurrency
 
Latch() - Constructor for class tech.rsqn.useful.things.concurrency.Latch
 
listen(String, Notifiable<T>) - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
listen(QueueListener<T>) - Method in class tech.rsqn.useful.things.concurrency.QueueWrapper
 

M

MemInfo() - Method in class tech.rsqn.useful.things.util.SysInfo
 
meter(Class, String) - Static method in class tech.rsqn.useful.things.metrics.Metrics
 
Metrics - Class in tech.rsqn.useful.things.metrics
 
Metrics() - Constructor for class tech.rsqn.useful.things.metrics.Metrics
 

N

Notifiable<T> - Interface in tech.rsqn.useful.things.concurrency
 
NotifiableContainer - Class in tech.rsqn.useful.things.concurrency
 
NotifiableContainer() - Constructor for class tech.rsqn.useful.things.concurrency.NotifiableContainer
 
Notifier - Class in tech.rsqn.useful.things.concurrency
 
Notifier() - Constructor for class tech.rsqn.useful.things.concurrency.Notifier
 
Notifier(String) - Constructor for class tech.rsqn.useful.things.concurrency.Notifier
 
Notifier(String, int, int, int, int) - Constructor for class tech.rsqn.useful.things.concurrency.Notifier
 
NotifierException - Exception in tech.rsqn.useful.things.concurrency
 
NotifierException() - Constructor for exception tech.rsqn.useful.things.concurrency.NotifierException
 
NotifierException(String) - Constructor for exception tech.rsqn.useful.things.concurrency.NotifierException
 
NotifierException(String, Throwable) - Constructor for exception tech.rsqn.useful.things.concurrency.NotifierException
 
NotifierException(Throwable) - Constructor for exception tech.rsqn.useful.things.concurrency.NotifierException
 
NotifierException(String, Throwable, boolean, boolean) - Constructor for exception tech.rsqn.useful.things.concurrency.NotifierException
 

O

on(T) - Method in interface tech.rsqn.useful.things.interchange.Subscriber
 
onItem(T) - Method in interface tech.rsqn.useful.things.concurrency.QueueListener
 
onNotify(T) - Method in interface tech.rsqn.useful.things.concurrency.Notifiable
 
OsArch() - Method in class tech.rsqn.useful.things.util.SysInfo
 
OsInfo() - Method in class tech.rsqn.useful.things.util.SysInfo
 
OSname() - Method in class tech.rsqn.useful.things.util.SysInfo
 
OSversion() - Method in class tech.rsqn.useful.things.util.SysInfo
 

P

push(T) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscriptionManager
 
push(T) - Method in class tech.rsqn.useful.things.interchange.SubscriptionManager
 

Q

QueueDistributor<T> - Class in tech.rsqn.useful.things.concurrency
 
QueueDistributor() - Constructor for class tech.rsqn.useful.things.concurrency.QueueDistributor
 
QueueListener<T> - Interface in tech.rsqn.useful.things.concurrency
 
QueueWrapper<T> - Class in tech.rsqn.useful.things.concurrency
 
QueueWrapper(String) - Constructor for class tech.rsqn.useful.things.concurrency.QueueWrapper
 

R

RandomUtil - Class in tech.rsqn.useful.things.util
 
RandomUtil() - Constructor for class tech.rsqn.useful.things.util.RandomUtil
 
ReactiveXSubscription - Class in tech.rsqn.useful.things.interchange.reactivex
 
ReactiveXSubscription() - Constructor for class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
ReactiveXSubscriptionManager - Class in tech.rsqn.useful.things.interchange.reactivex
 
ReactiveXSubscriptionManager() - Constructor for class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscriptionManager
 
remove(Comparable) - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
removeAllListeners() - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
removeQueue(String) - Method in class tech.rsqn.useful.things.concurrency.QueueDistributor
 
replaceTags(String, Map<String, String>) - Static method in class tech.rsqn.useful.things.util.TagReplacer
This exists only to make the message routing spring configuration a bit easier to follow.
replaceTags(String, String...) - Static method in class tech.rsqn.useful.things.util.TagReplacer
 

S

send(String, Object) - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
setId(String) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
setName(String) - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
setRxSubscription(Subscription) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
setStartTs(long) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscription
 
shutdown() - Method in class tech.rsqn.useful.things.concurrency.Notifier
 
startReporting() - Static method in class tech.rsqn.useful.things.metrics.Metrics
 
Subscriber<T> - Interface in tech.rsqn.useful.things.interchange
 
subscribeToQueue(Subscriber) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscriptionManager
 
subscribeToQueue(Subscriber<T>) - Method in class tech.rsqn.useful.things.interchange.SubscriptionManager
 
Subscription - Class in tech.rsqn.useful.things.interchange
 
Subscription() - Constructor for class tech.rsqn.useful.things.interchange.Subscription
 
SubscriptionManager - Class in tech.rsqn.useful.things.interchange
 
SubscriptionManager() - Constructor for class tech.rsqn.useful.things.interchange.SubscriptionManager
 
SysInfo - Class in tech.rsqn.useful.things.util
 
SysInfo() - Constructor for class tech.rsqn.useful.things.util.SysInfo
 

T

TagReplacer - Class in tech.rsqn.useful.things.util
 
TagReplacer() - Constructor for class tech.rsqn.useful.things.util.TagReplacer
 
tech.rsqn.useful.things.concurrency - package tech.rsqn.useful.things.concurrency
 
tech.rsqn.useful.things.identifiers - package tech.rsqn.useful.things.identifiers
 
tech.rsqn.useful.things.interchange - package tech.rsqn.useful.things.interchange
 
tech.rsqn.useful.things.interchange.reactivex - package tech.rsqn.useful.things.interchange.reactivex
 
tech.rsqn.useful.things.metrics - package tech.rsqn.useful.things.metrics
 
tech.rsqn.useful.things.serialization - package tech.rsqn.useful.things.serialization
 
tech.rsqn.useful.things.util - package tech.rsqn.useful.things.util
 
ThreadUtil - Class in tech.rsqn.useful.things.concurrency
 
ThreadUtil() - Constructor for class tech.rsqn.useful.things.concurrency.ThreadUtil
 
timer(Class, String) - Static method in class tech.rsqn.useful.things.metrics.Metrics
 
topic - Variable in class tech.rsqn.useful.things.concurrency.NotifiableContainer
 
totalMem() - Method in class tech.rsqn.useful.things.util.SysInfo
 
toXmlBytes(Object) - Static method in class tech.rsqn.useful.things.serialization.XmlSerializer
 

U

UIDHelper - Class in tech.rsqn.useful.things.identifiers
 
UIDHelper() - Constructor for class tech.rsqn.useful.things.identifiers.UIDHelper
 
unlatch() - Method in class tech.rsqn.useful.things.concurrency.Latch
 
unsubscribe(Subscription) - Method in class tech.rsqn.useful.things.interchange.reactivex.ReactiveXSubscriptionManager
 
unsubscribe(Subscription) - Method in class tech.rsqn.useful.things.interchange.SubscriptionManager
 
usedMem() - Method in class tech.rsqn.useful.things.util.SysInfo
 

W

waitFor() - Method in class tech.rsqn.useful.things.concurrency.Latch
 
waitFor(long) - Method in class tech.rsqn.useful.things.concurrency.Latch
 
with(String, Notifiable) - Method in class tech.rsqn.useful.things.concurrency.NotifiableContainer
 

X

XmlSerializer - Class in tech.rsqn.useful.things.serialization
 
XmlSerializer() - Constructor for class tech.rsqn.useful.things.serialization.XmlSerializer
 
A C D E F G I L M N O P Q R S T U W X 
Skip navigation links

Copyright © 2017. All rights reserved.