このコンテンツは選択した言語では利用できません。
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.