Class ServerSetsInstance
java.lang.Object
com.linecorp.armeria.common.zookeeper.ServerSetsInstance
public final class ServerSetsInstance extends Object
A class that represents a service instance used by
Finagle ServerSets.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Map<String,Endpoint>
additionalEndpoints()
Returns the additionalEndpoint
s.boolean
equals(Object o)
int
hashCode()
Map<String,String>
metadata()
Returns the metadata.Endpoint
serviceEndpoint()
Returns the serviceEndpoint
.Integer
shardId()
Returns the shard ID.String
toString()
-
Constructor Details
-
Method Details
-
serviceEndpoint
Returns the serviceEndpoint
. -
additionalEndpoints
Returns the additionalEndpoint
s. -
shardId
Returns the shard ID. -
metadata
Returns the metadata. -
equals
-
hashCode
public int hashCode() -
toString
-