提交 ab3e684d 编写于 作者: Q qiaojialin

remove deprecated

上级 5d4edb5a
...@@ -50,7 +50,6 @@ import org.apache.thrift.TException; ...@@ -50,7 +50,6 @@ import org.apache.thrift.TException;
/** /**
* Export CSV file. * Export CSV file.
* *
* @author aru cheng
* @version 1.0.0 20170719 * @version 1.0.0 20170719
*/ */
public class ExportCsv extends AbstractCsvTool { public class ExportCsv extends AbstractCsvTool {
......
...@@ -54,8 +54,6 @@ import org.apache.thrift.TException; ...@@ -54,8 +54,6 @@ import org.apache.thrift.TException;
/** /**
* read a CSV formatted data File and insert all the data into IoTDB. * read a CSV formatted data File and insert all the data into IoTDB.
*
* @author zhanggr
*/ */
public class ImportCsv extends AbstractCsvTool { public class ImportCsv extends AbstractCsvTool {
private static final String FILE_ARGS = "f"; private static final String FILE_ARGS = "f";
......
...@@ -20,9 +20,6 @@ package org.apache.iotdb.rocketmq; ...@@ -20,9 +20,6 @@ package org.apache.iotdb.rocketmq;
import org.apache.iotdb.jdbc.Config; import org.apache.iotdb.jdbc.Config;
/**
* @author lta
*/
public class Constant { public class Constant {
public static final String TOPIC = "RocketMQ-Test"; public static final String TOPIC = "RocketMQ-Test";
......
...@@ -30,9 +30,6 @@ import org.apache.rocketmq.common.consumer.ConsumeFromWhere; ...@@ -30,9 +30,6 @@ import org.apache.rocketmq.common.consumer.ConsumeFromWhere;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
/**
* @author lta
*/
public class RocketMQConsumer { public class RocketMQConsumer {
private DefaultMQPushConsumer consumer; private DefaultMQPushConsumer consumer;
......
...@@ -30,9 +30,6 @@ import java.io.UnsupportedEncodingException; ...@@ -30,9 +30,6 @@ import java.io.UnsupportedEncodingException;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
/**
* @author lta
*/
public class RocketMQProducer { public class RocketMQProducer {
private DefaultMQProducer producer; private DefaultMQProducer producer;
......
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
*/ */
package org.apache.iotdb.rocketmq; package org.apache.iotdb.rocketmq;
/**
* @author lta
*/
public class Utils { public class Utils {
private Utils() { private Utils() {
......
...@@ -20,8 +20,6 @@ package org.apache.iotdb.db.auth; ...@@ -20,8 +20,6 @@ package org.apache.iotdb.db.auth;
/** /**
* The exception for authority model. * The exception for authority model.
*
* @author liukun
*/ */
public class AuthException extends Exception { public class AuthException extends Exception {
......
...@@ -27,8 +27,6 @@ import org.slf4j.LoggerFactory; ...@@ -27,8 +27,6 @@ import org.slf4j.LoggerFactory;
/** /**
* The basic class of all the strategies of multiple directories. If a user wants to define his own * The basic class of all the strategies of multiple directories. If a user wants to define his own
* strategy, his strategy has to extend this class and implement the abstract method. * strategy, his strategy has to extend this class and implement the abstract method.
*
* @author East
*/ */
public abstract class DirectoryStrategy { public abstract class DirectoryStrategy {
......
...@@ -28,8 +28,6 @@ import org.slf4j.LoggerFactory; ...@@ -28,8 +28,6 @@ import org.slf4j.LoggerFactory;
* Each flush task allocates new {@linkplain ChunkBuffer} which might be very large and lead to * Each flush task allocates new {@linkplain ChunkBuffer} which might be very large and lead to
* high-cost GC. In new design, we try to reuse ChunkBuffer objects by ChunkBufferPool, referring to * high-cost GC. In new design, we try to reuse ChunkBuffer objects by ChunkBufferPool, referring to
* {@linkplain MemTablePool}. * {@linkplain MemTablePool}.
*
* @author kangrong
*/ */
public class ChunkBufferPool { public class ChunkBufferPool {
......
...@@ -54,9 +54,6 @@ import org.slf4j.LoggerFactory; ...@@ -54,9 +54,6 @@ import org.slf4j.LoggerFactory;
* <p> * <p>
* This class is used for cleaning test environment in unit test and integration test * This class is used for cleaning test environment in unit test and integration test
* </p> * </p>
*
* @author liukun
*
*/ */
public class EnvironmentUtils { public class EnvironmentUtils {
private static String[] creationSqls = new String[]{ private static String[] creationSqls = new String[]{
......
...@@ -46,10 +46,7 @@ import org.slf4j.LoggerFactory; ...@@ -46,10 +46,7 @@ import org.slf4j.LoggerFactory;
* </pre>. * </pre>.
* Decode switch or enum values using bitmap, bitmap-encode.{@code <length> <num> <encoded data> } * Decode switch or enum values using bitmap, bitmap-encode.{@code <length> <num> <encoded data> }
* @deprecated This class has been deprecated.
* @since deprecated since 0.4.0
*/ */
@Deprecated
public class BitmapEncoder extends Encoder { public class BitmapEncoder extends Encoder {
private static final Logger logger = LoggerFactory.getLogger(BitmapEncoder.class); private static final Logger logger = LoggerFactory.getLogger(BitmapEncoder.class);
......
...@@ -38,7 +38,6 @@ import org.slf4j.LoggerFactory; ...@@ -38,7 +38,6 @@ import org.slf4j.LoggerFactory;
* super class.<br> * super class.<br>
* *
* @param <T> data type for Statistics * @param <T> data type for Statistics
* @since 0.0.1
*/ */
public abstract class Statistics<T> { public abstract class Statistics<T> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册