public interface AdminOperationsProtocol extends VersionedProtocol
限定符和类型 | 字段和说明 |
---|---|
static long |
versionID
Version 1: Initial version.
|
限定符和类型 | 方法和说明 |
---|---|
void |
refreshNodes()
Refresh the node list at the
JobTracker |
void |
refreshQueues()
Refresh the queue acls in use currently.
|
boolean |
setSafeMode(JobTracker.SafeModeAction safeModeAction)
Set safe mode for the JobTracker.
|
getProtocolVersion
static final long versionID
void refreshQueues() throws IOException
IOException
void refreshNodes() throws IOException
JobTracker
IOException
boolean setSafeMode(JobTracker.SafeModeAction safeModeAction) throws IOException
safeModeAction
- safe mode actionIOException
Copyright © 2009 The Apache Software Foundation