Class AggregateLocatorImpl

An implementation of AggregateLocator.

class AggregateLocatorImpl(Type, KeyType, LocatorKeyType) ;

Fields

NameTypeDescription
locators Locator!(Type,KeyType)[LocatorKeyType]

Methods

NameDescription
get Get an Type that is associated with key.
getLocator Get a specific locator.
getLocators Get all locators in aggregate locator
has Check if an element is present in Locator by key id.
hasLocator Check if aggregate locator contains a specific locator.
remove Removes a Locator by key.
set Add a Locator by key.