public class HBaseIdempotentRepository
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.IdempotentRepository
| Constructor and Description |
|---|
HBaseIdempotentRepository(org.apache.hadoop.conf.Configuration configuration,
String tableName,
String family,
String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String o) |
void |
clear() |
boolean |
confirm(String o) |
boolean |
contains(String o) |
protected void |
doStart() |
protected void |
doStop() |
boolean |
remove(String o) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, confirm, contains, removepublic boolean add(String o)
add in interface org.apache.camel.spi.IdempotentRepositorypublic boolean contains(String o)
contains in interface org.apache.camel.spi.IdempotentRepositorypublic boolean remove(String o)
remove in interface org.apache.camel.spi.IdempotentRepositorypublic boolean confirm(String o)
confirm in interface org.apache.camel.spi.IdempotentRepositorypublic void clear()
clear in interface org.apache.camel.spi.IdempotentRepositoryprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionApache Camel