Get Identities Operation
GetIdentitiesOperation is used to return a dictionary which maps from the collection name to the identity value.
Syntax
public GetIdentitiesOperation()
Example
Map<String, Long> identities
= store.maintenance().send(new GetIdentitiesOperation());