Class ClientComputeRecordStreamDecoder.Callback<K,V>
java.lang.Object
com.linkedin.venice.client.store.streaming.DelegatingTrackingCallback<K,V>
com.linkedin.venice.client.store.streaming.ClientComputeRecordStreamDecoder.Callback<K,V>
- All Implemented Interfaces:
StreamingCallback<K,
,V> TrackingStreamingCallback<K,
V>
- Enclosing class:
- ClientComputeRecordStreamDecoder<K,
V>
public abstract static class ClientComputeRecordStreamDecoder.Callback<K,V>
extends DelegatingTrackingCallback<K,V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
onRawRecordReceived
(K key, V value) Called for each unprocessed value record found in the streamabstract void
onRemoteComputeStateChange
(boolean enabled) Methods inherited from class com.linkedin.venice.client.store.streaming.DelegatingTrackingCallback
getStats, onCompletion, onDeserializationCompletion, onRecordDeserialized, onRecordReceived, wrap
-
Constructor Details
-
Callback
-
-
Method Details
-
onRawRecordReceived
Called for each unprocessed value record found in the stream -
onRemoteComputeStateChange
public abstract void onRemoteComputeStateChange(boolean enabled)
-