Package com.couchbase.client.core.env
Class WanDevelopmentProfile
- java.lang.Object
-
- com.couchbase.client.core.env.WanDevelopmentProfile
-
- All Implemented Interfaces:
ConfigurationProfile
@Volatile public class WanDevelopmentProfile extends Object implements ConfigurationProfile
The "wan-development" environment profile.
-
-
Constructor Summary
Constructors Constructor Description WanDevelopmentProfile()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
name
public String name()
Description copied from interface:ConfigurationProfileReturns the name of the profile.- Specified by:
namein interfaceConfigurationProfile- Returns:
- the name of the profile.
-
properties
public Map<String,String> properties()
Description copied from interface:ConfigurationProfileReturns a map of all supported properties of this profile.- Specified by:
propertiesin interfaceConfigurationProfile- Returns:
- the map of supported properties.
-
-