|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.impl.resolver.resolverMeter.QueryDestinationMetric
public class QueryDestinationMetric
Metrics for a specific Query Destination for a specific handler
| Constructor Summary | |
|---|---|
QueryDestinationMetric()
|
|
QueryDestinationMetric(PeerID pid)
|
|
QueryDestinationMetric(QueryDestinationMetric prototype)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
(package private) void |
errorWhileProcessingQuery()
|
(package private) void |
errorWhileProcessingResponse()
|
int |
getErrorsWhileProcessingQuery()
Get Queries received but failing when processed locally |
int |
getErrorsWhileProcessingResponse()
Get Responses received but failing when processed locally |
PeerID |
getPeerID()
|
int |
getQueriesProcessed()
Get Queries received and processed locally |
int |
getQueriesSentViaUnicast()
Get Queries Sent via Unicast to this destinations |
int |
getQueryToUnregisteredHandler()
Get Queries Recieved to this handler when not registered |
int |
getResponsesProcessed()
Get Responses received and processed locally |
int |
getResponsesSentViaUnicast()
Get Responses Sent via Unicast to this destinations |
int |
getResponseToUnregisteredHandler()
Get Responses Recieved to this handler when not registered |
int |
hashCode()
|
void |
initializeFrom(Element element)
|
void |
mergeMetrics(QueryDestinationMetric otherQueryDestinationMetric)
|
(package private) void |
queryProcessed()
|
(package private) void |
querySentViaUnicast()
|
(package private) void |
queryToUnregisteredHandler()
|
(package private) void |
responseProcessed()
|
(package private) void |
responseSentViaUnicast()
|
(package private) void |
responseToUnregisteredHandler()
|
void |
serializeTo(Element element)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryDestinationMetric(PeerID pid)
public QueryDestinationMetric(QueryDestinationMetric prototype)
public QueryDestinationMetric()
| Method Detail |
|---|
public PeerID getPeerID()
void querySentViaUnicast()
public int getQueriesSentViaUnicast()
void responseSentViaUnicast()
public int getResponsesSentViaUnicast()
void responseToUnregisteredHandler()
public int getResponseToUnregisteredHandler()
void responseProcessed()
public int getResponsesProcessed()
void errorWhileProcessingResponse()
public int getErrorsWhileProcessingResponse()
void queryProcessed()
public int getQueriesProcessed()
void queryToUnregisteredHandler()
public int getQueryToUnregisteredHandler()
void errorWhileProcessingQuery()
public int getErrorsWhileProcessingQuery()
public void serializeTo(Element element)
throws DocumentSerializationException
serializeTo in interface DocumentSerializableDocumentSerializationException
public void initializeFrom(Element element)
throws DocumentSerializationException
initializeFrom in interface DocumentSerializableDocumentSerializationExceptionpublic void mergeMetrics(QueryDestinationMetric otherQueryDestinationMetric)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||