public interface HazelcastBucketManager
extends org.jnosql.diana.api.key.BucketManager
BucketManager| Modifier and Type | Method and Description |
|---|---|
<K,V> Collection<org.jnosql.diana.api.Value> |
sql(com.hazelcast.query.Predicate<K,V> predicate)
Executes hazelcast sql
|
Collection<org.jnosql.diana.api.Value> |
sql(String query)
Executes hazelcast sql
|
Collection<org.jnosql.diana.api.Value> |
sql(String query,
Map<String,Object> params)
Executes hazelcast sql with named sql.
|
Collection<org.jnosql.diana.api.Value> sql(String query)
query - the sqlNullPointerException - when there is null sqlCollection<org.jnosql.diana.api.Value> sql(String query, Map<String,Object> params)
query - the sqlparams - the params to bindNullPointerException - when there is null sql<K,V> Collection<org.jnosql.diana.api.Value> sql(com.hazelcast.query.Predicate<K,V> predicate)
K - the key typeV - the value typepredicate - the hazelcast predicateNullPointerException - when there is null predicateCopyright © 2018. All rights reserved.