Class SchemaPipeData
- java.lang.Object
-
- org.apache.iotdb.db.sync.pipedata.PipeData
-
- org.apache.iotdb.db.sync.pipedata.SchemaPipeData
-
public class SchemaPipeData extends PipeData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.sync.pipedata.PipeData
PipeData.PipeDataType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.sync.pipedata.PipeData
serialNumber
-
-
Constructor Summary
Constructors Constructor Description SchemaPipeData()SchemaPipeData(PhysicalPlan plan, long serialNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILoadercreateLoader()voiddeserialize(java.io.DataInputStream stream)booleanequals(java.lang.Object o)PipeData.PipeDataTypegetType()inthashCode()longserialize(java.io.DataOutputStream stream)java.lang.StringtoString()-
Methods inherited from class org.apache.iotdb.db.sync.pipedata.PipeData
createPipeData, createPipeData, getSerialNumber, serialize, setSerialNumber
-
-
-
-
Constructor Detail
-
SchemaPipeData
public SchemaPipeData()
-
SchemaPipeData
public SchemaPipeData(PhysicalPlan plan, long serialNumber)
-
-
Method Detail
-
getType
public PipeData.PipeDataType getType()
-
serialize
public long serialize(java.io.DataOutputStream stream) throws java.io.IOException
-
deserialize
public void deserialize(java.io.DataInputStream stream) throws java.io.IOException, org.apache.iotdb.commons.exception.IllegalPathException- Overrides:
deserializein classPipeData- Throws:
java.io.IOExceptionorg.apache.iotdb.commons.exception.IllegalPathException
-
createLoader
public ILoader createLoader()
- Specified by:
createLoaderin classPipeData
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-