Searched refs:useCappedPrefixExtractor (Results 1 – 6 of 6) sorted by relevance
275 public ColumnFamilyOptions useCappedPrefixExtractor(final int n) { in useCappedPrefixExtractor() method in ColumnFamilyOptions277 useCappedPrefixExtractor(nativeHandle_, n); in useCappedPrefixExtractor()875 private native void useCappedPrefixExtractor( in useCappedPrefixExtractor() method in ColumnFamilyOptions
226 T useCappedPrefixExtractor(int n); in useCappedPrefixExtractor() method
1278 public Options useCappedPrefixExtractor(final int n) { in useCappedPrefixExtractor() method in Options1280 useCappedPrefixExtractor(nativeHandle_, n); in useCappedPrefixExtractor()2054 private native void useCappedPrefixExtractor( in useCappedPrefixExtractor() method in Options
388 options.useCappedPrefixExtractor(100); in shouldSetTestCappedPrefixExtractor()389 options.useCappedPrefixExtractor(10); in shouldSetTestCappedPrefixExtractor()
1180 options.useCappedPrefixExtractor(100); in shouldSetTestCappedPrefixExtractor()1181 options.useCappedPrefixExtractor(10); in shouldSetTestCappedPrefixExtractor()
6 * Added CappedPrefixExtractor support. To use such extractor, simply call useCappedPrefixExtractor…