Uses of Class
AEDs3.DataBase.Index.InvertedListIndex.CachedPosting
Packages that use InvertedListIndex.CachedPosting
-
Uses of InvertedListIndex.CachedPosting in AEDs3.DataBase.Index
Fields in AEDs3.DataBase.Index with type parameters of type InvertedListIndex.CachedPostingModifier and TypeFieldDescriptionprivate final Map<String, InvertedListIndex.CachedPosting> InvertedListIndex.cacheEste cache armazena as postagens para atéInvertedListIndex.cacheSizepalavras.Methods in AEDs3.DataBase.Index that return InvertedListIndex.CachedPostingModifier and TypeMethodDescriptionprivate InvertedListIndex.CachedPostingInvertedListIndex.getPosting(String word) Recupera uma postagem do cache ou a carrega do disco se não estiver em cache.private InvertedListIndex.CachedPostingInvertedListIndex.loadPostingFromDisk(String word) Carrega ou cria a lista de postagens e frequência para uma palavra específica do disco.Methods in AEDs3.DataBase.Index with parameters of type InvertedListIndex.CachedPostingModifier and TypeMethodDescriptionprivate voidInvertedListIndex.flushPostingToDisk(String word, InvertedListIndex.CachedPosting posting) Salva a postagem que está na memória de volta para o disco, adicionando novos registros.