public interface GridRestProtocol
| Modifier and Type | Method and Description |
|---|---|
Collection<GridBiTuple<String,Object>> |
getProperties()
Returns protocol properties for setting node attributes.
|
String |
name() |
void |
start(GridRestProtocolHandler hnd)
Starts protocol.
|
void |
stop()
Stops protocol.
|
String name()
Collection<GridBiTuple<String,Object>> getProperties()
void start(GridRestProtocolHandler hnd) throws GridException
hnd - Command handler.GridException - If failed.void stop()
Copyright © 2014. All rights reserved.