Uses of Class
com.gigaspaces.server.blobstore.BlobStoreGetBulkOperationResult
Packages that use BlobStoreGetBulkOperationResult
Package
Description
-
Uses of BlobStoreGetBulkOperationResult in com.gigaspaces.blobstore.rocksdb
Methods in com.gigaspaces.blobstore.rocksdb that return BlobStoreGetBulkOperationResultMethods in com.gigaspaces.blobstore.rocksdb that return types with arguments of type BlobStoreGetBulkOperationResultModifier and TypeMethodDescriptionRocksDBParallelDataContainerIterator.createDataIteratorForSegmen(int dbsNumber) RocksDBBlobStoreHandler.iterator(BlobStoreObjectType objectType) -
Uses of BlobStoreGetBulkOperationResult in com.gigaspaces.server.blobstore
Methods in com.gigaspaces.server.blobstore that return types with arguments of type BlobStoreGetBulkOperationResultModifier and TypeMethodDescriptionBlobStoreStorageHandler.iterator(BlobStoreObjectType objectType) . -
Uses of BlobStoreGetBulkOperationResult in com.j_spaces.core.cache.blobStore
Methods in com.j_spaces.core.cache.blobStore that return types with arguments of type BlobStoreGetBulkOperationResultModifier and TypeMethodDescriptionabstract DataIterator<BlobStoreGetBulkOperationResult>BlobStoreExtendedStorageHandler.initialLoadIterator()Creates an iterator over the blobstore objects in space initial load stage only.BlobStoreOperationsWrapper.initialLoadIterator()BlobStoreExtendedStorageHandler.iterator(BlobStoreObjectType objectType) .BlobStoreOperationsWrapper.iterator(BlobStoreObjectType objectType) -
Uses of BlobStoreGetBulkOperationResult in com.j_spaces.core.cache.blobStore.sadapter
Constructor parameters in com.j_spaces.core.cache.blobStore.sadapter with type arguments of type BlobStoreGetBulkOperationResultModifierConstructorDescriptionBlobStoreSegmentInitialLoader(CacheManager cacheManager, DataIterator<BlobStoreGetBulkOperationResult> segmentIter, CountDownLatch sync, int segmentNumber, InitialLoadInfo initialLoadInfo) -
Uses of BlobStoreGetBulkOperationResult in com.j_spaces.core.cache.blobStore.storage
Methods in com.j_spaces.core.cache.blobStore.storage that return BlobStoreGetBulkOperationResultModifier and TypeMethodDescriptionBlobStoreHashMock.MockIter.next()BlobStoreNoSerializationHashMock.MockIter.next()BlobStoreSegmentedParallelIterator.next()Methods in com.j_spaces.core.cache.blobStore.storage that return types with arguments of type BlobStoreGetBulkOperationResultModifier and TypeMethodDescriptionabstract DataIterator<BlobStoreGetBulkOperationResult>BlobStoreSegmentedParallelIterator.createDataIteratorForSegmen(int segmentNumber) BlobStoreHashMock.iterator(BlobStoreObjectType objectType) BlobStoreNoSerializationHashMock.iterator(BlobStoreObjectType objectType) Constructor parameters in com.j_spaces.core.cache.blobStore.storage with type arguments of type BlobStoreGetBulkOperationResultModifierConstructorDescriptionBlobStoreSegmentDataLoader(BlobStoreSegmentedParallelIterator mainIter, int segment, DataIterator<BlobStoreGetBulkOperationResult> segmentIter)