You are currently browsing legacy 4.1 version of documentation. Click here to switch to the newest 5.1 version.
Operations: How to Get Identities
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());