PartitionResolver.resolveForRead(Object partitionKey) 方法
定义
Gets an iterator of strings representing SelfLink(s) or ID based link(s) on which read/query operation should be directed
public Iterable<String> resolveForRead(Object partitionKey)
参数
- partitionKey
- Object
partition key used to resolve the collection
返回
Iterable<String>
An iterator of strings representing SelfLink(s) or ID based link(s)