KeyRangeLocation class

Location information for a specific key-range of a sharded computation.

Currently we only support UTF-8 character splits to simplify encoding into JSON.

Constructors

KeyRangeLocation({String? dataDisk, String? deliveryEndpoint, String? deprecatedPersistentDirectory, String? end, String? start})
KeyRangeLocation.fromJson(Map _json)

Properties

dataDisk String?
The name of the data disk where data for this range is stored.
getter/setter pair
deliveryEndpoint String?
The physical location of this range assignment to be used for streaming computation cross-worker message delivery.
getter/setter pair
deprecatedPersistentDirectory String?
The location of the persistent state for this range, as a persistent directory in the worker local filesystem.
getter/setter pair
end String?
The end (exclusive) of the key range.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
The start (inclusive) of the key range.
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