|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Private public interface Coprocessor
Coprocessor interface.
Nested Class Summary | |
---|---|
static class |
Coprocessor.State
Lifecycle state of a given coprocessor instance. |
Field Summary | |
---|---|
static int |
PRIORITY_HIGHEST
Highest installation priority |
static int |
PRIORITY_LOWEST
Lowest installation priority |
static int |
PRIORITY_SYSTEM
High (system) installation priority |
static int |
PRIORITY_USER
Default installation priority for user coprocessors |
static int |
VERSION
|
Method Summary | |
---|---|
void |
start(CoprocessorEnvironment env)
|
void |
stop(CoprocessorEnvironment env)
|
Field Detail |
---|
static final int VERSION
static final int PRIORITY_HIGHEST
static final int PRIORITY_SYSTEM
static final int PRIORITY_USER
static final int PRIORITY_LOWEST
Method Detail |
---|
void start(CoprocessorEnvironment env) throws IOException
IOException
void stop(CoprocessorEnvironment env) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |