VirtualNodeConnectionPool class

An object that represents the type of virtual node connection pool.

Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.

If not present the default value for maxPendingRequests is 2147483647.

Properties

grpc VirtualNodeGrpcConnectionPool?
An object that represents a type of connection pool.
final
hashCode int
The hash code for this object.
no setterinherited
http VirtualNodeHttpConnectionPool?
An object that represents a type of connection pool.
final
http2 VirtualNodeHttp2ConnectionPool?
An object that represents a type of connection pool.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tcp VirtualNodeTcpConnectionPool?
An object that represents a type of connection pool.
final

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