Uses of Class
org.redisson.api.search.index.IndexInfo
Packages that use IndexInfo
Package
Description
-
Uses of IndexInfo in org.redisson
Methods in org.redisson that return IndexInfoMethods in org.redisson that return types with arguments of type IndexInfo -
Uses of IndexInfo in org.redisson.api
Methods in org.redisson.api that return IndexInfoModifier and TypeMethodDescriptionReturns index info by nameMethods in org.redisson.api that return types with arguments of type IndexInfo -
Uses of IndexInfo in org.redisson.api.search.index
Methods in org.redisson.api.search.index that return IndexInfoModifier and TypeMethodDescriptionIndexInfo.setAttributes(List<Map<String, Object>> attributes) IndexInfo.setBytesPerRecordAverage(Double bytesPerRecordAverage) IndexInfo.setCursorStats(Map<String, Object> cursorStats) IndexInfo.setDefinition(Map<String, Object> definition) IndexInfo.setDialectStats(Map<String, Object> dialectStats) IndexInfo.setDocTableSize(Double docTableSize) IndexInfo.setGcStats(Map<String, Object> gcStats) IndexInfo.setHashIndexingFailures(Long hashIndexingFailures) IndexInfo.setIndexing(Long indexing) IndexInfo.setInvertedSize(Double invertedSize) IndexInfo.setKeyTableSize(Double keyTableSize) IndexInfo.setMaxDocId(Double maxDocId) IndexInfo.setNumberOfUses(Long numberOfUses) IndexInfo.setOffsetBitsPerRecordAverage(Double offsetBitsPerRecordAverage) IndexInfo.setOffsetsPerTermAverage(Double offsetsPerTermAverage) IndexInfo.setOffsetVectorsSize(Double offsetVectorsSize) IndexInfo.setOptions(Map<String, Object> options) IndexInfo.setPercentIndexed(Double percentIndexed) IndexInfo.setRecords(Double records) IndexInfo.setRecordsPerDocAverage(Double recordsPerDocAverage) IndexInfo.setSortableValuesSize(Double sortableValuesSize) IndexInfo.setTotalIndexingTime(Double totalIndexingTime) IndexInfo.setTotalInvertedIndexBlocks(Double totalInvertedIndexBlocks) IndexInfo.setVectorIndexSize(Double vectorIndexSize) -
Uses of IndexInfo in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type IndexInfo