Package com.morpheusdata.core
Interface MorpheusInstanceThresholdService
- All Superinterfaces:
MorpheusDataQueryService<InstanceThreshold>,MorpheusDataService<InstanceThreshold,InstanceThresholdIdentityProjection>
public interface MorpheusInstanceThresholdService
extends MorpheusDataService<InstanceThreshold,InstanceThresholdIdentityProjection>
Context methods for
InstanceThreshold-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<InstanceThreshold>listById(Collection<Long> ids) Get a collection ofInstanceThresholdobjects from a collection of idsMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
listById
Get a collection ofInstanceThresholdobjects from a collection of ids- Parameters:
ids-- Returns:
- an observable of thresholds
-