Interface | Description |
---|---|
ProcedureStore |
The ProcedureStore is used by the executor to persist the state of each procedure execution.
|
ProcedureStore.ProcedureIterator |
An Iterator over a collection of Procedure
|
ProcedureStore.ProcedureLoader |
Interface passed to the ProcedureStore.load() method to handle the store-load events.
|
ProcedureStore.ProcedureStoreListener |
Store listener interface.
|
Class | Description |
---|---|
NoopProcedureStore |
An In-Memory store that does not keep track of the procedures inserted.
|
ProcedureStoreBase |
Base class for
ProcedureStore s. |
ProcedureStoreTracker |
Keeps track of live procedures.
|
ProcedureStoreTracker.BitSetNode |
Enum | Description |
---|---|
ProcedureStoreTracker.DeleteState |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.