org.apache.sling.discovery.impl.topology.announcement
Class IncomingInstanceDescription
java.lang.Object
org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl
org.apache.sling.discovery.impl.topology.announcement.IncomingInstanceDescription
- All Implemented Interfaces:
- org.apache.sling.discovery.InstanceDescription
public class IncomingInstanceDescription
- extends DefaultInstanceDescriptionImpl
InstanceDescription which represents an instance that was announced through
the topology connector - and hence is by definition a remote instance.
Fields inherited from interface org.apache.sling.discovery.InstanceDescription |
PROPERTY_DESCRIPTION, PROPERTY_ENDPOINTS, PROPERTY_NAME |
Methods inherited from class org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl |
equals, getClusterView, getProperties, getProperty, getSlingId, hashCode, isLeader, isLocal, setClusterView, setProperties, toString |
IncomingInstanceDescription
public IncomingInstanceDescription(DefaultClusterViewImpl cluster,
boolean isLeader,
String slingId,
Map<String,String> properties)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.