이 콘텐츠는 선택한 언어로 제공되지 않습니다.
3.4. RemoteCache Deprecated Methods
The following methods have been deprecated in JBoss Data Grid 7.0:
remoteCache.getVersioned
- This method has been replaced byremoteCache.getWithMetadata(Object)
.remoteCache.getBulk, getBulk(size)
- Both of these methods have proven expensive for large data sets. TheremoteCache.retrieveEntries*
methods offer a lazy, pull-style, approach which retrieves bulk data more efficiently.