public abstract static class WindowedValue.WindowedValueCoder<T> extends StandardCoder<WindowedValue<T>>
WindowedValue coder.Coder.Context, Coder.NonDeterministicException| Modifier and Type | Method and Description |
|---|---|
Coder<T> |
getValueCoder()
Returns the value coder.
|
abstract <V> WindowedValue.WindowedValueCoder<V> |
withValueCoder(Coder<V> valueCoder)
Returns a new
WindowedValueCoder that is a copy of this one,
but with a different value coder. |
asCloudObject, consistentWithEquals, equals, getAllowedEncodings, getComponents, getEncodedElementByteSize, getEncodingId, hashCode, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, toString, verifyDeterministic, verifyDeterministicclone, finalize, getClass, notify, notifyAll, wait, wait, waitdecode, encode, getCoderArguments, verifyDeterministicpublic abstract <V> WindowedValue.WindowedValueCoder<V> withValueCoder(Coder<V> valueCoder)
WindowedValueCoder that is a copy of this one,
but with a different value coder.