Uses of Interface
com.maxmind.db.NodeCache
Packages that use NodeCache
Package
Description
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17
retrieved from github.
This is GeoIP2-java release 2.12.0 2018-04-11
retrieved from github.
-
Uses of NodeCache in com.maxmind.db
Classes in com.maxmind.db that implement NodeCacheModifier and TypeClassDescriptionclass
A simplistic cache using aConcurrentHashMap
.class
A no-op cache singleton.Constructors in com.maxmind.db with parameters of type NodeCacheModifierConstructorDescription(package private)
Decoder
(NodeCache cache, ByteBuffer buffer, long pointerBase) Constructs a Reader for the MaxMind DB format, with the specified backing cache.Reader
(File database, Reader.FileMode fileMode, NodeCache cache) Constructs a Reader for the MaxMind DB format, with the specified backing cache.Reader
(InputStream source, NodeCache cache) Constructs a Reader with the specified backing cache, as if in modeReader.FileMode.MEMORY
, without using aFile
instance. -
Uses of NodeCache in com.maxmind.geoip2
Fields in com.maxmind.geoip2 declared as NodeCacheMethods in com.maxmind.geoip2 with parameters of type NodeCacheModifier and TypeMethodDescription