public class MessageHashCodeFunctionSupplier extends Object implements Supplier<Function<com.fasterxml.jackson.databind.JsonNode,Integer>>, AutoCloseable
| Constructor and Description |
|---|
MessageHashCodeFunctionSupplier(Supplier<KeyPathParser.Path> partitionPathSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Function<com.fasterxml.jackson.databind.JsonNode,Integer> |
get()
Constructs a function that returns the hash code of the supplied Json document.
|
public MessageHashCodeFunctionSupplier(Supplier<KeyPathParser.Path> partitionPathSupplier)
public Function<com.fasterxml.jackson.databind.JsonNode,Integer> get()
int is returned in all other cases.public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2016–2020 Hotels.com (Data Platform Team). All rights reserved.