Uses of Class
net.citrusleaf.CitrusleafClient.ClAppendSegmentQueryFilter

Uses of CitrusleafClient.ClAppendSegmentQueryFilter in net.citrusleaf
 

Fields in net.citrusleaf with type parameters of type CitrusleafClient.ClAppendSegmentQueryFilter
 java.util.Collection<CitrusleafClient.ClAppendSegmentQueryFilter> CitrusleafClient.ClBinAppendSegmentQueryOptions.query_filters
           
 

Method parameters in net.citrusleaf with type arguments of type CitrusleafClient.ClAppendSegmentQueryFilter
 CitrusleafClient.ClResult CitrusleafClient.getUsing(java.lang.String namespace, java.lang.String set, java.lang.Object key, java.lang.String binName, CitrusleafClient.ClOptions opts, java.util.Collection<CitrusleafClient.ClAppendSegmentQueryFilter> filters, int maxResults)
          For use with special RTA servers only - not generally supported.
 

Constructor parameters in net.citrusleaf with type arguments of type CitrusleafClient.ClAppendSegmentQueryFilter
CitrusleafClient.ClBinAppendSegmentQueryOptions(java.lang.String name, java.lang.Object value, java.util.Collection<CitrusleafClient.ClAppendSegmentQueryFilter> query_filters, int max_results)