52535455565758
public QueryKey(String indexName, QueryType queryType, Map<String, ByteBuffer> fields) { checkNotNull(fields); checkNotNull(queryType); Verify.isNotNullOrEmpty(indexName); avroQueryKey = new AvroQueryKey(indexName, queryType, fields); }