@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface Coprocessor
Modifier and Type | Interface and Description |
---|---|
static class |
Coprocessor.State
Lifecycle state of a given coprocessor instance.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
static final int VERSION
static final int PRIORITY_HIGHEST
static final int PRIORITY_SYSTEM
static final int PRIORITY_USER
static final int PRIORITY_LOWEST
void start(CoprocessorEnvironment env) throws IOException
IOException
void stop(CoprocessorEnvironment env) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.