|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.processor.idempotent.hazelcast.HazelcastIdempotentRepository
public class HazelcastIdempotentRepository
| Constructor Summary | |
|---|---|
HazelcastIdempotentRepository()
|
|
HazelcastIdempotentRepository(String repositoryName)
|
|
| Method Summary | |
|---|---|
boolean |
add(String key)
|
boolean |
confirm(String key)
|
boolean |
contains(String key)
|
protected void |
doStart()
|
protected void |
doStop()
|
String |
getRepositoryName()
|
boolean |
remove(String key)
|
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
|---|
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public HazelcastIdempotentRepository()
public HazelcastIdempotentRepository(String repositoryName)
| Method Detail |
|---|
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.ServiceSupportException
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.ServiceSupportExceptionpublic boolean add(String key)
add in interface org.apache.camel.spi.IdempotentRepository<String>public boolean confirm(String key)
confirm in interface org.apache.camel.spi.IdempotentRepository<String>public boolean contains(String key)
contains in interface org.apache.camel.spi.IdempotentRepository<String>public boolean remove(String key)
remove in interface org.apache.camel.spi.IdempotentRepository<String>public String getRepositoryName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||