Class GrpcQueryClient.Config
- java.lang.Object
-
- org.apache.pinot.common.utils.grpc.GrpcQueryClient.Config
-
- Enclosing class:
- GrpcQueryClient
public static class GrpcQueryClient.Config extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_MAX_INBOUND_MESSAGE_BYTES_SIZEstatic StringCONFIG_USE_PLAIN_TEXTstatic intDEFAULT_MAX_INBOUND_MESSAGE_BYTES_SIZEstatic StringGRPC_TLS_PREFIX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)intgetMaxInboundMessageSizeBytes()PinotConfigurationgetPinotConfig()TlsConfiggetTlsConfig()booleanisUsePlainText()
-
-
-
Field Detail
-
GRPC_TLS_PREFIX
public static final String GRPC_TLS_PREFIX
- See Also:
- Constant Field Values
-
CONFIG_USE_PLAIN_TEXT
public static final String CONFIG_USE_PLAIN_TEXT
- See Also:
- Constant Field Values
-
CONFIG_MAX_INBOUND_MESSAGE_BYTES_SIZE
public static final String CONFIG_MAX_INBOUND_MESSAGE_BYTES_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_MAX_INBOUND_MESSAGE_BYTES_SIZE
public static final int DEFAULT_MAX_INBOUND_MESSAGE_BYTES_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaxInboundMessageSizeBytes
public int getMaxInboundMessageSizeBytes()
-
isUsePlainText
public boolean isUsePlainText()
-
getTlsConfig
public TlsConfig getTlsConfig()
-
getPinotConfig
public PinotConfiguration getPinotConfig()
-
-