Class NonLocalInstanceDescription
java.lang.Object
org.apache.sling.discovery.commons.providers.DefaultInstanceDescription
org.apache.sling.discovery.commons.providers.NonLocalInstanceDescription
- All Implemented Interfaces:
InstanceDescription
InstanceDescription which represents an instance that is explicitly
not local, ie isOwn==false.
-
Field Summary
Fields inherited from interface org.apache.sling.discovery.InstanceDescription
PROPERTY_DESCRIPTION, PROPERTY_ENDPOINTS, PROPERTY_NAME
-
Constructor Summary
ConstructorDescriptionNonLocalInstanceDescription
(DefaultClusterView cluster, boolean isLeader, String slingId, Map<String, String> properties) -
Method Summary
Methods inherited from class org.apache.sling.discovery.commons.providers.DefaultInstanceDescription
equals, getClusterView, getProperties, getProperty, getSlingId, hashCode, isLeader, isLocal, setProperties, setProperty, toString
-
Constructor Details
-
NonLocalInstanceDescription
public NonLocalInstanceDescription(DefaultClusterView cluster, boolean isLeader, String slingId, Map<String, String> properties)
-