public class ReflectorRunnable<ApiType,ApiListType>
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
ReflectorRunnable(java.lang.Class<ApiType> apiTypeClass,
ListerWatcher listerWatcher,
Store store) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLastSyncResourceVersion() |
void |
run()
run first lists all items and get the resource version at the moment of call, and then use the
resource version to watch.
|
void |
stop() |
public ReflectorRunnable(java.lang.Class<ApiType> apiTypeClass, ListerWatcher listerWatcher, Store store)
public void run()
run in interface java.lang.Runnablepublic void stop()
public java.lang.String getLastSyncResourceVersion()
Copyright © 2019. All rights reserved.