All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.impl.batch.BatchConstants Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.impl.batch;

public class BatchConstants {
    public static final String ATTRIBUTE_COLUMN_NAME = "__dh_attribute__";
    public static final String BLOB_COLUMN_NAME = "data";
    public static final String AVRO_RECORD_NAME = "AvroRecord";

    public static final int SCHEMA_EXPIRE_TIMEOUT = 5 * 60;
    public static final int INITIAL_CAPACITY = 64;
    public static final int MAX_CAPACITY = 512;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy