Class RedirectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RedirectException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RedirectException​(java.util.Map<java.lang.String,​org.apache.iotdb.common.rpc.thrift.TEndPoint> deviceEndPointMap)  
      RedirectException​(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.apache.iotdb.common.rpc.thrift.TEndPoint> getDeviceEndPointMap()  
      org.apache.iotdb.common.rpc.thrift.TEndPoint getEndPoint()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RedirectException

        public RedirectException​(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint)
      • RedirectException

        public RedirectException​(java.util.Map<java.lang.String,​org.apache.iotdb.common.rpc.thrift.TEndPoint> deviceEndPointMap)
    • Method Detail

      • getEndPoint

        public org.apache.iotdb.common.rpc.thrift.TEndPoint getEndPoint()
      • getDeviceEndPointMap

        public java.util.Map<java.lang.String,​org.apache.iotdb.common.rpc.thrift.TEndPoint> getDeviceEndPointMap()