Package com.linkedin.venice.client.store
Class QueryTool
java.lang.Object
com.linkedin.venice.client.store.QueryTool
A tool use thin client to query the value from a store by the specified key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
convertKey
(String keyString, org.apache.avro.Schema keySchema) static void
queryStoreForKey
(String store, String keyString, String url, boolean isVsonStore, Optional<String> sslConfigFile) static String
removeQuotes
(String str)
-
Constructor Details
-
QueryTool
public QueryTool()
-
-
Method Details