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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconvertKey(String keyString, org.apache.avro.Schema keySchema) static voidqueryStoreForKey(String store, String keyString, String url, boolean isVsonStore, Optional<String> sslConfigFile) static StringremoveQuotes(String str)
-
Constructor Details
-
QueryTool
public QueryTool()
-
-
Method Details