public static class InstrumentationSessionImpl.Update extends Object implements RegistryUpdate
Constructor and Description |
---|
Update(long version,
long startTS,
long endTS,
int slotCount,
Collection<FullPackageInfo> changedPkgInfos,
ContextStore ctxStore) |
Modifier and Type | Method and Description |
---|---|
Collection<FullPackageInfo> |
getChangedPkgInfos() |
ContextStore |
getContextStore() |
long |
getEndTs() |
List<FullFileInfo> |
getFileInfos() |
int |
getSlotCount() |
long |
getStartTs() |
long |
getVersion() |
public Update(long version, long startTS, long endTS, int slotCount, Collection<FullPackageInfo> changedPkgInfos, ContextStore ctxStore)
public long getVersion()
getVersion
in interface RegistryUpdate
public long getStartTs()
getStartTs
in interface RegistryUpdate
public long getEndTs()
getEndTs
in interface RegistryUpdate
public int getSlotCount()
getSlotCount
in interface RegistryUpdate
public List<FullFileInfo> getFileInfos()
getFileInfos
in interface RegistryUpdate
public Collection<FullPackageInfo> getChangedPkgInfos()
public ContextStore getContextStore()
getContextStore
in interface RegistryUpdate
Copyright © 2023 OpenClover.org. All rights reserved.