public static interface ProcedureProtos.ProcedureStoreTracker.TrackerNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getDeleted(int index)
repeated uint64 deleted = 3; |
int |
getDeletedCount()
repeated uint64 deleted = 3; |
List<Long> |
getDeletedList()
repeated uint64 deleted = 3; |
long |
getStartId()
required uint64 start_id = 1; |
long |
getUpdated(int index)
repeated uint64 updated = 2; |
int |
getUpdatedCount()
repeated uint64 updated = 2; |
List<Long> |
getUpdatedList()
repeated uint64 updated = 2; |
boolean |
hasStartId()
required uint64 start_id = 1; |
boolean hasStartId()
required uint64 start_id = 1;
long getStartId()
required uint64 start_id = 1;
int getUpdatedCount()
repeated uint64 updated = 2;
long getUpdated(int index)
repeated uint64 updated = 2;
int getDeletedCount()
repeated uint64 deleted = 3;
long getDeleted(int index)
repeated uint64 deleted = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.