public interface IpcServerEndpoint extends Closeable
| Modifier and Type | Method and Description |
|---|---|
IpcEndpoint |
accept()
Accepts client IPC connection.
|
void |
close()
Closes server IPC.
|
@Nullable String |
getHost()
Gets host endpoint is bound to.
|
int |
getPort()
Gets port endpoint is bound to.
|
boolean |
isManagement()
Indicates if this endpoint is a management endpoint.
|
void |
start()
Starts configured endpoint implementation.
|
IpcEndpoint accept() throws IgniteCheckedException
IgniteCheckedException - If accept failed and the endpoint is not usable anymore.void start()
throws IgniteCheckedException
IgniteCheckedException - If failed to start server endpoint.void close()
close in interface AutoCloseableclose in interface Closeableint getPort()
@Nullable @Nullable String getHost()
null.boolean isManagement()
true if it's a management endpoint.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020