java.lang.Object
org.apache.iotdb.confignode.consensus.response.ttl.ShowTTLResp
All Implemented Interfaces:
DataSet

public class ShowTTLResp extends Object implements DataSet
  • Constructor Details

    • ShowTTLResp

      public ShowTTLResp()
  • Method Details

    • getStatus

      public TSStatus getStatus()
    • setStatus

      public void setStatus(TSStatus status)
    • getPathTTLMap

      public Map<String,Long> getPathTTLMap()
    • setPathTTLMap

      public void setPathTTLMap(Map<String,Long> pathTTLMap)
    • convertToRPCTShowTTLResp

      public TShowTTLResp convertToRPCTShowTTLResp()