Class AdminOperationWrapper
- java.lang.Object
-
- com.linkedin.venice.controller.kafka.consumer.AdminOperationWrapper
-
public class AdminOperationWrapper extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminOperation
getAdminOperation()
long
getDelegateTimestamp()
long
getLocalBrokerTimestamp()
long
getOffset()
long
getProducerTimestamp()
java.lang.Long
getStartProcessingTimestamp()
void
setStartProcessingTimestamp(long startProcessingTimestamp)
-
-
-
Method Detail
-
getAdminOperation
public AdminOperation getAdminOperation()
-
getOffset
public long getOffset()
-
getProducerTimestamp
public long getProducerTimestamp()
-
getLocalBrokerTimestamp
public long getLocalBrokerTimestamp()
-
getDelegateTimestamp
public long getDelegateTimestamp()
-
getStartProcessingTimestamp
public java.lang.Long getStartProcessingTimestamp()
-
setStartProcessingTimestamp
public void setStartProcessingTimestamp(long startProcessingTimestamp)
-
-