Node class

Constructors

Node({String? host, String? memcacheFullVersion, String? memcacheVersion, String? nodeId, MemcacheParameters? parameters, int? port, String? state, String? zone})
Node.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
host ↔ String?
Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
getter/setter pair
memcacheFullVersion ↔ String?
The full version of memcached server running on this node.
getter/setter pair
memcacheVersion ↔ String?
Major version of memcached server running on this node, e.g. MEMCACHE_1_5
getter/setter pair
nodeId ↔ String?
Identifier of the Memcached node.
getter/setter pair
parameters ↔ MemcacheParameters?
User defined parameters currently applied to the node.
getter/setter pair
port ↔ int?
The port number of the Memcached server on this node.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ↔ String?
Current state of the Memcached node.
getter/setter pair
zone ↔ String?
Location (GCP Zone) for the Memcached node.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited