public interface IStateServices
| Modifier and Type | Interface and Description |
|---|---|
static class |
IStateServices.SvcMetaProps |
static class |
IStateServices.SvcRegProps |
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM |
static String |
meta |
static String |
sequenceKey |
static String |
svc |
static String |
svc_hist_dir |
static String |
svc_reg_dir |
static String |
UIMA_AS |
| Modifier and Type | Method and Description |
|---|---|
StateServicesDirectory |
getStateServicesDirectory() |
boolean |
init(DuccLogger logger) |
boolean |
moveToHistory(DuccId serviceId,
Properties svc,
Properties meta) |
void |
shutdown() |
boolean |
storeProperties(DuccId serviceId,
Properties svc,
Properties meta) |
boolean |
updateJobProperties(DuccId serviceId,
Properties props) |
boolean |
updateMetaProperties(DuccId serviceId,
Properties props) |
static final String svc_reg_dir
static final String svc_hist_dir
static final String svc
static final String meta
static final String UIMA_AS
static final String CUSTOM
static final String sequenceKey
StateServicesDirectory getStateServicesDirectory() throws Exception
Exceptionboolean storeProperties(DuccId serviceId, Properties svc, Properties meta) throws Exception
Exceptionboolean updateJobProperties(DuccId serviceId, Properties props) throws Exception
Exceptionboolean updateMetaProperties(DuccId serviceId, Properties props) throws Exception
Exceptionboolean moveToHistory(DuccId serviceId, Properties svc, Properties meta) throws Exception
Exceptionboolean init(DuccLogger logger) throws Exception
ExceptionCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.