K - Type of key.V - Type of value.@NotThreadSafe public static final class StreamEventDecoder.DecodeResult<K,V> extends Object
| Constructor and Description |
|---|
DecodeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
StreamEventDecoder.DecodeResult<K,V> |
setKey(K key) |
StreamEventDecoder.DecodeResult<K,V> |
setValue(V value) |
public K getKey()
public StreamEventDecoder.DecodeResult<K,V> setKey(K key)
public V getValue()
public StreamEventDecoder.DecodeResult<K,V> setValue(V value)
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.