All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nimbusds.infinispan.persistence.common.query.MatchQuery Maven / Gradle / Ivy

package com.nimbusds.infinispan.persistence.common.query;


import java.util.Map;


/**
 * Match query.
 */
public interface MatchQuery extends Query {
	
	
	/**
	 * Returns the key / value pairs to match.
	 *
	 * @return The key / value match map.
	 */
	Map getMatchMap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy