Class FakePartitionFetcherImpl

    • Constructor Detail

      • FakePartitionFetcherImpl

        public FakePartitionFetcherImpl()
    • Method Detail

      • getDataPartition

        public org.apache.iotdb.commons.partition.DataPartition getDataPartition​(java.util.Map<java.lang.String,​java.util.List<org.apache.iotdb.commons.partition.DataPartitionQueryParam>> sgNameToQueryParamsMap)
        Specified by:
        getDataPartition in interface IPartitionFetcher
      • getDataPartition

        public org.apache.iotdb.commons.partition.DataPartition getDataPartition​(java.util.List<org.apache.iotdb.commons.partition.DataPartitionQueryParam> dataPartitionQueryParams)
        Specified by:
        getDataPartition in interface IPartitionFetcher
      • getOrCreateDataPartition

        public org.apache.iotdb.commons.partition.DataPartition getOrCreateDataPartition​(java.util.Map<java.lang.String,​java.util.List<org.apache.iotdb.commons.partition.DataPartitionQueryParam>> sgNameToQueryParamsMap)
        Specified by:
        getOrCreateDataPartition in interface IPartitionFetcher
      • getOrCreateDataPartition

        public org.apache.iotdb.commons.partition.DataPartition getOrCreateDataPartition​(java.util.List<org.apache.iotdb.commons.partition.DataPartitionQueryParam> dataPartitionQueryParams)
        Specified by:
        getOrCreateDataPartition in interface IPartitionFetcher
      • updateRegionCache

        public boolean updateRegionCache​(org.apache.iotdb.mpp.rpc.thrift.TRegionRouteReq req)
        Specified by:
        updateRegionCache in interface IPartitionFetcher