Class MapCache

    • Method Detail

      • create

        public static Cache create​(long sizeInBytes)
      • close

        public void close​(String namespace)
        Specified by:
        close in interface Cache
      • isLocal

        public boolean isLocal()
        Specified by:
        isLocal in interface Cache
      • doMonitor

        public void doMonitor​(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)
        Description copied from interface: Cache
        Custom metrics not covered by CacheStats may be emitted by this method.
        Specified by:
        doMonitor in interface Cache
        Parameters:
        emitter - The service emitter to emit on.