Package org.apache.iotdb.db.service
Class TemporaryQueryDataFileService
- java.lang.Object
-
- org.apache.iotdb.db.service.TemporaryQueryDataFileService
-
- All Implemented Interfaces:
org.apache.iotdb.commons.service.IService
public class TemporaryQueryDataFileService extends java.lang.Object implements org.apache.iotdb.commons.service.IService
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegister(long queryId)org.apache.iotdb.commons.service.ServiceTypegetID()static TemporaryQueryDataFileServicegetInstance()java.lang.Stringregister(SerializableList.SerializationRecorder recorder)voidstart()voidstop()
-
-
-
Method Detail
-
register
public java.lang.String register(SerializableList.SerializationRecorder recorder) throws java.io.IOException
- Throws:
java.io.IOException
-
deregister
public void deregister(long queryId)
-
start
public void start() throws org.apache.iotdb.commons.exception.StartupException- Specified by:
startin interfaceorg.apache.iotdb.commons.service.IService- Throws:
org.apache.iotdb.commons.exception.StartupException
-
stop
public void stop()
- Specified by:
stopin interfaceorg.apache.iotdb.commons.service.IService
-
getID
public org.apache.iotdb.commons.service.ServiceType getID()
- Specified by:
getIDin interfaceorg.apache.iotdb.commons.service.IService
-
getInstance
public static TemporaryQueryDataFileService getInstance()
-
-