类 RegionMaintainTask

    • 字段详细资料

      • targetDataNode

        protected org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode
    • 构造器详细资料

    • 方法详细资料

      • getTargetDataNode

        public org.apache.iotdb.common.rpc.thrift.TDataNodeLocation getTargetDataNode()
      • setTargetDataNode

        public void setTargetDataNode​(org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode)
      • serialize

        public abstract void serialize​(java.io.DataOutputStream stream)
                                throws java.io.IOException
        抛出:
        java.io.IOException
      • deserialize

        protected abstract void deserialize​(java.nio.ByteBuffer buffer)
                                     throws java.io.IOException
        抛出:
        java.io.IOException
      • serialize

        public abstract void serialize​(java.io.OutputStream outputStream,
                                       org.apache.thrift.protocol.TProtocol protocol)
                                throws java.io.IOException,
                                       org.apache.thrift.TException
        抛出:
        java.io.IOException
        org.apache.thrift.TException
      • deserialize

        protected abstract void deserialize​(java.io.InputStream inputStream,
                                            org.apache.thrift.protocol.TProtocol protocol)
                                     throws org.apache.thrift.TException,
                                            java.io.IOException
        抛出:
        org.apache.thrift.TException
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        覆盖:
        equals 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object