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

com.mantisrx.common.utils.MantisSSEConstants Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2019 Netflix, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.mantisrx.common.utils;

public class MantisSSEConstants {

    public static final String MANTIS_ENABLE_COMPRESSION = "mantis.EnableCompressedBinary";

    public static final String MANTIS_COMPRESSION_DELIMITER = "mantis.CompressionDelimiter";

    public static final String SAMPLE_M_SEC = "sampleMSec";

    public static final String SAMPLE = "sample";

    public static final String META_MESSAGES_SEC = "metaMessagesSec";

    public static final String ENABLE_META_MESSAGES = "enableMetaMessages";

    public static final String ENABLE_PINGS = "enablePings";

    public static final String HEARTBEAT_SEC = "heartbeatSec";

    public static final String CLIENT_ID = "clientId";

    public static final String GROUP_ID = "groupId";

    public static final String SLOT_ID = "slotId";

    public static final String ID = "id";

    public static final String MQL = "mql";

    public static final String TARGET_JOB = "sourceJobName";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy