Uses of Class
org.elasticsearch.discovery.zen.ZenPing.PingResponse
-
Packages that use ZenPing.PingResponse Package Description org.elasticsearch.discovery.zen -
-
Uses of ZenPing.PingResponse in org.elasticsearch.discovery.zen
Fields in org.elasticsearch.discovery.zen declared as ZenPing.PingResponse Modifier and Type Field Description ZenPing.PingResponseUnicastZenPing.UnicastPingRequest. pingResponseZenPing.PingResponse[]UnicastZenPing.UnicastPingResponse. pingResponsesMethods in org.elasticsearch.discovery.zen that return types with arguments of type ZenPing.PingResponse Modifier and Type Method Description List<ZenPing.PingResponse>ZenPing.PingCollection. toList()serialize current pings to a list.Methods in org.elasticsearch.discovery.zen with parameters of type ZenPing.PingResponse Modifier and Type Method Description booleanZenPing.PingCollection. addPing(ZenPing.PingResponse ping)adds a ping if newer than previous pings from the same nodevoidUnicastZenPing.PingingRound. addPingResponseToCollection(ZenPing.PingResponse pingResponse)Constructors in org.elasticsearch.discovery.zen with parameters of type ZenPing.PingResponse Constructor Description UnicastPingRequest(int id, TimeValue timeout, ZenPing.PingResponse pingResponse)UnicastPingResponse(int id, ZenPing.PingResponse[] pingResponses)
-