public class GridIpcServerEndpointDeserializer extends Object
| Constructor and Description |
|---|
GridIpcServerEndpointDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static org.gridgain.grid.util.ipc.GridIpcServerEndpoint |
deserialize(Map<String,String> endpointCfg)
Deserializes IPC server endpoint config into concrete
instance of
GridIpcServerEndpoint. |
public static org.gridgain.grid.util.ipc.GridIpcServerEndpoint deserialize(Map<String,String> endpointCfg) throws org.gridgain.grid.GridException
GridIpcServerEndpoint.endpointCfg - Map with properties of the IPC server endpoint config.GridIpcServerEndpoint.org.gridgain.grid.GridException - If any problem with configuration properties setting has happened.Copyright © 2014. All rights reserved.