|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ServiceConfiguration.Options
Options understood by ServiceConfiguration.
| Field Summary | |
|---|---|
static String |
ARGS
Command line arguments represented as a String[] that will
be included in the command line before any service specific command
line arguments when a command is executed to start a new service
instance. |
static String |
CONSTRAINTS
Constraints on where a service may be instantiated. |
static String |
NAMESPACE
Namespace for these options. |
static String |
OPTIONS
Service options represented as a String[] that will be added
at the end of the command line when starting a new service instance. |
static String |
REPLICATION_COUNT
The #of physical instances of the service which should be maintained for a given logical instance. |
static String |
SERVICE_COUNT
The #of logical instances of the services type that should be maintained. |
static String |
SERVICE_DIR
The base directory for the persistent state service instances. |
static String |
TIMEOUT
The timeout in milliseconds for an instance of the service to start (the default is dependent on the service type). |
| Field Detail |
|---|
static final String NAMESPACE
static final String ARGS
String[] that will
be included in the command line before any service specific command
line arguments when a command is executed to start a new service
instance.
Note: This option MAY NOT be used for a global default but only for a
specific ServiceConfiguration (there are no possible
arguments that make sense for all processes).
static final String OPTIONS
String[] that will be added
at the end of the command line when starting a new service instance.
Note: This option MAY NOT be used for a global default but only for a
specific ServiceConfiguration (there are no possible
arguments that make sense for all processes).
static final String SERVICE_DIR
static final String SERVICE_COUNT
ServicesManagerServer will attempt to maintain this
many instances of the logical service.
static final String REPLICATION_COUNT
SERVICE_COUNT. If the service
supports a failover chain with a master and secondaries then this
value may be one or more.
static final String CONSTRAINTS
IServiceConstraint,
Constant Field Valuesstatic final String TIMEOUT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||