public class GetAdminConsoleInfoTask extends Object implements ClusterTask<GetAdminConsoleInfoTask>
A null bindInterface in the result of this task means that the task failed to find a valid IP address where the admin console is listening.
Constructor and Description |
---|
GetAdminConsoleInfoTask() |
Modifier and Type | Method and Description |
---|---|
int |
getAdminPort() |
String |
getAdminSecret() |
int |
getAdminSecurePort() |
String |
getBindInterface() |
GetAdminConsoleInfoTask |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public GetAdminConsoleInfoTask getResult()
getResult
in interface ClusterTask<GetAdminConsoleInfoTask>
public String getBindInterface()
public int getAdminPort()
public int getAdminSecurePort()
public String getAdminSecret()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003–2019 Ignite Realtime. All rights reserved.