Class ShowDevicesResult
- java.lang.Object
-
- org.apache.iotdb.db.query.dataset.ShowResult
-
- org.apache.iotdb.db.query.dataset.ShowDevicesResult
-
- All Implemented Interfaces:
java.lang.Comparable<ShowResult>
public class ShowDevicesResult extends ShowResult
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.query.dataset.ShowResult
name, sgName
-
-
Constructor Summary
Constructors Constructor Description ShowDevicesResult()ShowDevicesResult(java.lang.String name, boolean isAligned)ShowDevicesResult(java.lang.String name, boolean isAligned, java.lang.String sgName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShowDevicesResultdeserialize(java.nio.ByteBuffer buffer)booleanequals(java.lang.Object o)inthashCode()booleanisAligned()voidserialize(java.io.OutputStream outputStream)java.lang.StringtoString()-
Methods inherited from class org.apache.iotdb.db.query.dataset.ShowResult
compareTo, getName, getSgName
-
-
-
-
Method Detail
-
serialize
public void serialize(java.io.OutputStream outputStream) throws java.io.IOException- Throws:
java.io.IOException
-
deserialize
public static ShowDevicesResult deserialize(java.nio.ByteBuffer buffer)
-
isAligned
public boolean isAligned()
-
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
-
-