public class PipelineMetrics extends Object implements SmartExternalizable
Constructor and Description |
---|
PipelineMetrics() |
PipelineMetrics(String pipelineName,
String status,
String host,
String port) |
Modifier and Type | Method and Description |
---|---|
Connector |
getConnector() |
String |
getPipelineName() |
String |
getStatus() |
void |
readExternal(ObjectInput in) |
void |
setConnector(Connector connector) |
void |
setPipelineName(String pipelineName) |
void |
setStatus(String status) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public PipelineMetrics(String pipelineName, String status, String host, String port)
public PipelineMetrics()
public Connector getConnector()
public void setConnector(Connector connector)
public String getStatus()
public void setStatus(String status)
public String getPipelineName()
public void setPipelineName(String pipelineName)
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 © GigaSpaces.