3.4. RemoteCache Deprecated Methods

The following methods have been deprecated in JBoss Data Grid 7.0:
  • remoteCache.getVersioned - This method has been replaced by remoteCache.getWithMetadata(Object).
  • remoteCache.getBulk, getBulk(size) - Both of these methods have proven expensive for large data sets. The remoteCache.retrieveEntries* methods offer a lazy, pull-style, approach which retrieves bulk data more efficiently.