Package com.tangosol.net
Class URLMemberIdentityProvider
java.lang.Object
com.tangosol.net.URLMemberIdentityProvider
- All Implemented Interfaces:
 MemberIdentityProvider
A 
MemberIdentityProvider that retrieves identity
 values from URLs, files, or class path resources.- Since:
 - 22.06
 - Author:
 - Jonathan Knight
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.oracle.coherence.common.util.DurationThe default http connection timeout.static final com.oracle.coherence.common.util.DurationThe default retry period.static final com.oracle.coherence.common.util.DurationThe default retry timeout.protected HttpClientThe http client used to access http or https URLs.protected ClusterDependenciesThe cluster dependencies.static final StringThe system property to use to set the http connection timeout.static final StringThe system property to use to set the URL to read the machine name from.static final StringThe system property to use to set the URL to read the member name from.static final StringThe system property to use to set the URL to read the rack name from.static final StringThe system property to use to set the retry period.static final StringThe system property to use to set the retry timeout.static final StringThe system property to use to set the URL to read the role name from.static final StringThe system property to use to set the URL to read the site name from.static final StringThe system property to use to set the URL to read the role name from.Fields inherited from interface com.tangosol.net.MemberIdentityProvider
PROPERTY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoHttpRequest(URI uri) protected HttpClientReturn the name for the Machine (such as a host name) in which this Member resides.Return the name for the Member.Return the name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.Return the role name for the Member.Return the name for the Site (such as a data center) in which this Member resides.voidSet the cluster dependencies. 
- 
Field Details
- 
PROP_MACHINE
The system property to use to set the URL to read the machine name from.- See Also:
 
 - 
PROP_MEMBER
The system property to use to set the URL to read the member name from.- See Also:
 
 - 
PROP_SITE
The system property to use to set the URL to read the site name from.- See Also:
 
 - 
PROP_RACK
The system property to use to set the URL to read the rack name from.- See Also:
 
 - 
PROP_ROLE
The system property to use to set the URL to read the role name from.- See Also:
 
 - 
PROP_SOCKET_PROVIDER
The system property to use to set the URL to read the role name from.- See Also:
 
 - 
PROP_RETRY_PERIOD
The system property to use to set the retry period.- See Also:
 
 - 
DURATION_RETRY_PERIOD
public static final com.oracle.coherence.common.util.Duration DURATION_RETRY_PERIODThe default retry period. - 
PROP_RETRY_TIMEOUT
The system property to use to set the retry timeout.- See Also:
 
 - 
DURATION_RETRY_TIMEOUT
public static final com.oracle.coherence.common.util.Duration DURATION_RETRY_TIMEOUTThe default retry timeout. - 
PROP_HTTP_TIMEOUT
The system property to use to set the http connection timeout.- See Also:
 
 - 
DURATION_HTTP_TIMEOUT
public static final com.oracle.coherence.common.util.Duration DURATION_HTTP_TIMEOUTThe default http connection timeout. - 
m_dependencies
The cluster dependencies. - 
m_client
The http client used to access http or https URLs. 
 - 
 - 
Constructor Details
- 
URLMemberIdentityProvider
public URLMemberIdentityProvider() 
 - 
 - 
Method Details
- 
getMachineName
Description copied from interface:MemberIdentityProviderReturn the name for the Machine (such as a host name) in which this Member resides. This name is used for logging purposes and to differentiate among multiple servers, and may be used as the basis for determining the MachineId property.- Specified by:
 getMachineNamein interfaceMemberIdentityProvider- Returns:
 - the configured Machine name or 
null 
 - 
getMemberName
Description copied from interface:MemberIdentityProviderReturn the name for the Member. This name is used for logging purposes and to differentiate among Members running within a particular process.- Specified by:
 getMemberNamein interfaceMemberIdentityProvider- Returns:
 - the configured Member name or 
null 
 - 
getRackName
Description copied from interface:MemberIdentityProviderReturn the name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides. This name is used for logging purposes and to differentiate among multiple racks within a particular data center, for example.- Specified by:
 getRackNamein interfaceMemberIdentityProvider- Returns:
 - the configured Rack name or 
null 
 - 
getRoleName
Description copied from interface:MemberIdentityProviderReturn the role name for the Member. This role is completely definable by the application, and can be used to determine what Members to use for specific purposes.- Specified by:
 getRoleNamein interfaceMemberIdentityProvider- Returns:
 - the configured role name for the Member or 
null 
 - 
getSiteName
Description copied from interface:MemberIdentityProviderReturn the name for the Site (such as a data center) in which this Member resides. This name is used for logging purposes and to differentiate among multiple geographic sites.- Specified by:
 getSiteNamein interfaceMemberIdentityProvider- Returns:
 - the configured Site name or 
null 
 - 
setDependencies
Description copied from interface:MemberIdentityProviderSet the cluster dependencies.- Specified by:
 setDependenciesin interfaceMemberIdentityProvider- Parameters:
 deps- the cluster dependencies
 - 
doHttpRequest
- Throws:
 IOException
 - 
ensureClient
 
 -