|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.compose.MultiUnion.MultiUnionStatisticsHandler
public static class MultiUnion.MultiUnionStatisticsHandler
| Constructor Summary | |
|---|---|
MultiUnion.MultiUnionStatisticsHandler(MultiUnion mu)
|
|
| Method Summary | |
|---|---|
long |
getStatistic(Node S,
Node P,
Node O)
Answer a good estimate of the number of triples that would match the pattern (S, P, O), or -1 if no good estimate is available. |
MultiUnion |
getUnion()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiUnion.MultiUnionStatisticsHandler(MultiUnion mu)
| Method Detail |
|---|
public long getStatistic(Node S,
Node P,
Node O)
GraphStatisticsHandler(S, P, O), or -1 if no good estimate is available.
The estimate is good until the graph is updated.
getStatistic in interface GraphStatisticsHandlerpublic MultiUnion getUnion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||