HashGenerator Interface
public interface HashGenerator
HashGenerator interface to be implemented for computing the hash used in the hashing algorithm for the Azure Cosmos DB database service.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract byte[] | computeHash(byte[] key) |
Method Details
computeHash
public abstract byte[] computeHash(byte[] key)
Parameters:
key
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java