Uses of Interface
com.hazelcast.core.Endpoint

Packages that use Endpoint
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
 

Uses of Endpoint in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement Endpoint
 class ClientEndpointImpl
          The ClientEndpoint and Client implementation.
 class ClientImpl
          Default Client implementation.
 

Uses of Endpoint in com.hazelcast.core
 

Subinterfaces of Endpoint in com.hazelcast.core
 interface Client
          The Client interface allows to get information about a connected client's socket address, type and uuid.
 interface Member
          Cluster member interface.
 

Methods in com.hazelcast.core that return Endpoint
 Endpoint HazelcastInstance.getLocalEndpoint()
          Returns the local Endpoint which this HazelcastInstance belongs to.
 

Uses of Endpoint in com.hazelcast.instance
 

Classes in com.hazelcast.instance that implement Endpoint
 class MemberImpl
           
 

Uses of Endpoint in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return Endpoint
 Endpoint HazelcastConnectionImpl.getLocalEndpoint()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.