| 限定符和类型 | 方法和说明 |
|---|---|
void |
acquireRegistrationLock() |
boolean |
deregister(DropContinuousQueryPlan plan,
boolean shouldWriteLog) |
void |
deregisterAll() |
void |
doRecovery() |
ServiceType |
getID()
Get the name of the the service.
|
static ContinuousQueryService |
getInstance() |
List<ShowContinuousQueriesResult> |
getShowContinuousQueriesResultList() |
boolean |
register(CreateContinuousQueryPlan plan,
boolean shouldWriteLog) |
void |
releaseRegistrationLock() |
void |
start()
Start current service.
|
void |
stop()
Stop current service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, waitAndStoppublic void doRecovery()
throws StartupException
StartupExceptionpublic ServiceType getID()
IServicepublic void start()
throws StartupException
IServicestart 在接口中 IServiceStartupExceptionpublic void stop()
IServicepublic void acquireRegistrationLock()
public void releaseRegistrationLock()
public boolean register(CreateContinuousQueryPlan plan, boolean shouldWriteLog) throws ContinuousQueryException
public void deregisterAll()
throws ContinuousQueryException
public boolean deregister(DropContinuousQueryPlan plan, boolean shouldWriteLog) throws ContinuousQueryException
public List<ShowContinuousQueriesResult> getShowContinuousQueriesResultList()
public static ContinuousQueryService getInstance()
Copyright © 2022 The Apache Software Foundation. All rights reserved.