Serialized Form
-
Package org.apache.phoenix.util
-
Class org.apache.phoenix.util.HostAndPort
class HostAndPort extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
True if the parsed host has colons, but no surrounding brackets. -
host
String host
Hostname, IPv4/IPv6 literal, or unvalidated nonsense. -
port
int port
Validated port number in the range [0..65535], or NO_PORT
-
-
Class org.apache.phoenix.util.SimpleLRUCache
-
Serialized Fields
-
accessed
ConcurrentHashMap<K extends Comparable,
AtomicLong> accessed -
maxSize
int maxSize
-
triggerSize
int triggerSize
-
-
-