Class InterfaceInfoDataMapper
java.lang.Object
com.gsitm.ustra.java.data.store.CommonDataMapper<InterfaceInfo>
com.gsitm.ustra.java.data.logging.interfaces.store.InterfaceInfoDataMapper
인터페이스 정보를 조회하는 공통 데이터 매퍼
-
Field Summary
Fields inherited from class com.gsitm.ustra.java.data.store.CommonDataMapper
store -
Constructor Summary
ConstructorsConstructorDescriptionInterfaceInfoDataMapper(CommonDataStore store, InterfaceInfoCollector collector) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.data.store.CommonDataMapper
all, getData, injectData, map, refresh
-
Constructor Details
-
InterfaceInfoDataMapper
-
-
Method Details
-
load
Description copied from class:CommonDataMapper데이터 로드- Specified by:
loadin classCommonDataMapper<InterfaceInfo>
-
reload
Description copied from class:CommonDataMapper데이터 재조회- Overrides:
reloadin classCommonDataMapper<InterfaceInfo>
-
map
인터페이스 아이디로 조회- Overrides:
mapin classCommonDataMapper<InterfaceInfo>- Parameters:
key1- key1
-
map
인터페이스 아이디 / 버전으로 조회- Overrides:
mapin classCommonDataMapper<InterfaceInfo>- Parameters:
key1- key1key2- key2
-
reloadSchedule
정시에 리로드 수행- Overrides:
reloadSchedulein classCommonDataMapper<InterfaceInfo>
-