Package | Description |
---|---|
com.yahoo.bullet.storage |
Modifier and Type | Class and Description |
---|---|
class |
MultiMemoryCountingCriteria
An example of a simple criteria that counts the number of stored entries for the
MultiMemoryCountingCriteria
storage manager. |
Modifier and Type | Method and Description |
---|---|
<T,R> CompletableFuture<R> |
StorageManager.apply(Criteria<T,R> criteria,
T query)
Applies the given
Criteria to this storage. |
<T,R> CompletableFuture<Map<String,V>> |
StorageManager.getAll(Criteria<T,R> criteria)
Retrieves all the IDs matching the specified
Criteria from the storage as the type of the storage. |
<T,R> CompletableFuture<R> |
StorageManager.retrieveAll(Criteria<T,R> criteria)
|
Copyright © 2021. All rights reserved.