Package com.gsitm.ustra.java.data.store
Class CommonDataMapper<T>
java.lang.Object
com.gsitm.ustra.java.data.store.CommonDataMapper<T>
- Direct Known Subclasses:
InterfaceInfoDataMapper,ObjectFieldsDataMapper
공통 데이터 매퍼
-
Field Details
-
store
-
-
Constructor Details
-
CommonDataMapper
-
-
Method Details
-
load
데이터 로드 -
reload
데이터 재조회 -
refresh
해당 키 값의 데이터 refresh- Parameters:
key1-key2-key3-
-
reloadSchedule
리로드 스케쥴 cron (null일 경우, 리로드 없음) -
map
데이터 매핑- Parameters:
key1- key1
-
map
데이터 매핑- Parameters:
key1- key1key2- key2
-
map
데이터 매핑- Parameters:
key1- key1key2- key2key3- key3
-
all
모든 데이터 조회 -
getData
Map 데이터 조회 -
injectData
데이터 삽입
-