-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
>enhancementneeds:triageRequires assignment of a team area labelRequires assignment of a team area label
Description
Description
Murmur3Hasher is a great class as it allows to hash a stream of bytes. However, the update method that takes the slice of a byte array is private, thus limiting the usefulness of the class
elasticsearch/server/src/main/java/org/elasticsearch/common/hash/Murmur3Hasher.java
Line 43 in b1412f6
| private void update(byte[] inputBytes, int offset, int length) { |
Please consider making it public!
Metadata
Metadata
Assignees
Labels
>enhancementneeds:triageRequires assignment of a team area labelRequires assignment of a team area label