com.tinkerpop.rexster.client.RexsterClientTokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rexster-protocol Show documentation
Show all versions of rexster-protocol Show documentation
RexPro is a binary protocol for Rexster graph server.
package com.tinkerpop.rexster.client;
/**
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
public class RexsterClientTokens {
public static final String CONFIG_HOSTNAME = "hostname";
public static final String CONFIG_PORT = "port";
public static final String CONFIG_TIMEOUT_CONNECTION_MS = "timeout-connection-ms";
public static final String CONFIG_TIMEOUT_WRITE_MS = "timeout-write-ms";
public static final String CONFIG_TIMEOUT_READ_MS = "timeout-read-ms";
public static final String CONFIG_MESSAGE_RETRY_COUNT = "message-retry-count";
public static final String CONFIG_MESSAGE_RETRY_WAIT_MS = "message-retry-wait-ms";
public static final String CONFIG_MAX_ASYNC_WRITE_QUEUE_BYTES = "max-async-write-queue-size";
public static final String CONFIG_DESERIALIZE_ARRAY_SIZE_LIMIT = "deserialize-array-size-limit";
public static final String CONFIG_DESERIALIZE_MAP_SIZE_LIMIT = "deserialize-map-size-limit";
public static final String CONFIG_DESERIALIZE_RAW_SIZE_LIMIT = "deserialize-raw-size-limit";
public static final String CONFIG_LANGUAGE = "language";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy