Skip navigation links
C G I L M N R T V 

C

CHMCache - Class in com.maxmind.db
A simplistic cache using a ConcurrentHashMap.
CHMCache() - Constructor for class com.maxmind.db.CHMCache
 
CHMCache(int) - Constructor for class com.maxmind.db.CHMCache
 
close() - Method in class com.maxmind.db.Reader
Closes the database.
ClosedDatabaseException - Exception in com.maxmind.db
Signals that the underlying database has been closed.
com.maxmind.db - package com.maxmind.db
 

G

get(int, NodeCache.Loader) - Method in class com.maxmind.db.CHMCache
 
get(int, NodeCache.Loader) - Method in class com.maxmind.db.NoCache
 
get(int, NodeCache.Loader) - Method in interface com.maxmind.db.NodeCache
 
get(InetAddress) - Method in class com.maxmind.db.Reader
Looks up ipAddress in the MaxMind DB.
getBinaryFormatMajorVersion() - Method in class com.maxmind.db.Metadata
 
getBinaryFormatMinorVersion() - Method in class com.maxmind.db.Metadata
 
getBuildDate() - Method in class com.maxmind.db.Metadata
 
getData() - Method in class com.maxmind.db.Record
 
getDatabaseType() - Method in class com.maxmind.db.Metadata
 
getDescription() - Method in class com.maxmind.db.Metadata
 
getInstance() - Static method in class com.maxmind.db.NoCache
 
getIpVersion() - Method in class com.maxmind.db.Metadata
 
getLanguages() - Method in class com.maxmind.db.Metadata
 
getMetadata() - Method in class com.maxmind.db.Reader
 
getNetwork() - Method in class com.maxmind.db.Record
 
getNetworkAddress() - Method in class com.maxmind.db.Network
 
getPrefixLength() - Method in class com.maxmind.db.Network
 
getRecord(InetAddress) - Method in class com.maxmind.db.Reader
Looks up ipAddress in the MaxMind DB.

I

InvalidDatabaseException - Exception in com.maxmind.db
Signals that there was an issue reading from the MaxMind DB file due to unexpected data formatting.
InvalidDatabaseException(String) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 

L

load(int) - Method in interface com.maxmind.db.NodeCache.Loader
 

M

Metadata - Class in com.maxmind.db
 

N

Network - Class in com.maxmind.db
Network represents an IP network.
Network(InetAddress, int) - Constructor for class com.maxmind.db.Network
Construct a Network
NoCache - Class in com.maxmind.db
A no-op cache singleton.
NodeCache - Interface in com.maxmind.db
 
NodeCache.Loader - Interface in com.maxmind.db
 

R

Reader - Class in com.maxmind.db
Instances of this class provide a reader for the MaxMind DB format.
Reader(File) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader(InputStream) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with no caching, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(InputStream, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with the specified backing cache, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(File, Reader.FileMode) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, Reader.FileMode, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader.FileMode - Enum in com.maxmind.db
The file mode to use when opening a MaxMind DB.
Record - Class in com.maxmind.db
Record represents the data and metadata associated with a database lookup.
Record(JsonNode, InetAddress, int) - Constructor for class com.maxmind.db.Record
Create a new record.

T

toString() - Method in class com.maxmind.db.Metadata
 
toString() - Method in class com.maxmind.db.Network
 

V

valueOf(String) - Static method in enum com.maxmind.db.Reader.FileMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.maxmind.db.Reader.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.
C G I L M N R T V 
Skip navigation links

Copyright © 2020 MaxMind, Inc.. All Rights Reserved.