|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectio.leopard.data4j.pubsub.PubSubRsyncImpl
public abstract class PubSubRsyncImpl
| Field Summary | |
|---|---|
protected MemdbRsyncService |
memdbRsyncService
|
| Fields inherited from interface io.leopard.data4j.memdb.MemdbRsyncQueue |
|---|
TYPE_REMOVE, TYPE_SET |
| Constructor Summary | |
|---|---|
PubSubRsyncImpl(Redis redis,
java.lang.String channel)
|
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.String type,
java.lang.String key,
java.lang.String value,
boolean isMySelf)
|
void |
destroy()
|
void |
init()
|
boolean |
publish(java.lang.String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface io.leopard.data4j.pubsub.IPubSub |
|---|
subscribe |
| Field Detail |
|---|
protected MemdbRsyncService memdbRsyncService
| Constructor Detail |
|---|
public PubSubRsyncImpl(Redis redis,
java.lang.String channel)
| Method Detail |
|---|
public void init()
init in interface MemdbRsyncQueuepublic void destroy()
destroy in interface MemdbRsyncQueuepublic boolean publish(java.lang.String message)
public boolean add(java.lang.String type,
java.lang.String key,
java.lang.String value,
boolean isMySelf)
add in interface MemdbRsyncQueue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||