Interface MorpheusSynchronousDatastoreService
- All Superinterfaces:
MorpheusSynchronousDataService<Datastore,
,DatastoreIdentity> MorpheusSynchronousIdentityService<DatastoreIdentity>
public interface MorpheusSynchronousDatastoreService
extends MorpheusSynchronousDataService<Datastore,DatastoreIdentity>, MorpheusSynchronousIdentityService<DatastoreIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionThe context for dealing with DatastoreLocationsMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getLocation
MorpheusSynchronousDatastoreLocationService getLocation()The context for dealing with DatastoreLocations- Returns:
- MorpheusSynchronousDatastoreLocationService
-