Package com.couchbase.client.core.env
Interface ConfigurationProfile
-
- All Known Implementing Classes:
WanDevelopmentProfile
@Volatile public interface ConfigurationProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns the name of the profile.Map<String,String>properties()Returns a map of all supported properties of this profile.
-