D G H O S T 

D

DefaultHostInfoDiscovery - Class in org.springframework.data.hadoop.util.net
Default implementation of HostInfoDiscovery.
DefaultHostInfoDiscovery() - Constructor for class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
 

G

getAddress() - Method in class org.springframework.data.hadoop.util.net.HostInfoDiscovery.HostInfo
Gets the ip address as represented in string.
getAllAvailableInterfaces() - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
 
getHostInfo() - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
 
getHostInfo() - Method in interface org.springframework.data.hadoop.util.net.HostInfoDiscovery
Gets the host info.
getHostname() - Method in class org.springframework.data.hadoop.util.net.HostInfoDiscovery.HostInfo
Gets the hostname.

H

HostInfoDiscovery - Interface in org.springframework.data.hadoop.util.net
Interface used to discover a HostInfoDiscovery.HostInfo from a system.
HostInfoDiscovery.HostInfo - Class in org.springframework.data.hadoop.util.net
Class wrapping host information.
HostInfoDiscovery.HostInfo(String, String) - Constructor for class org.springframework.data.hadoop.util.net.HostInfoDiscovery.HostInfo
Instantiates a new host info.

O

org.springframework.data.hadoop.util.net - package org.springframework.data.hadoop.util.net
 

S

setLoopback(boolean) - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
Sets if loopback should be discovered.
setMatchInterface(String) - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
Use interface as a candidate if its name is matching with a given pattern.
setMatchIpv4(String) - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
Sets the match ipv4.
setPointToPoint(boolean) - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
Sets if interfaces marked as point to point should be handled.
setPreferInterface(List<String>) - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
Sets the preferred interfaces.

T

toString() - Method in class org.springframework.data.hadoop.util.net.DefaultHostInfoDiscovery
 
D G H O S T