Class GateIndex
- java.lang.Object
-
- guru.qas.martini.standalone.harness.GateIndex
-
public class GateIndex extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGateIndex.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedGateIndex(java.util.Collection<guru.qas.martini.gate.MartiniGate> gates, com.google.common.collect.LinkedHashMultimap<java.lang.String,java.lang.Integer> index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GateIndex.Builderbuilder()intgateCount()inthighestPriority()
-
-
-
Method Detail
-
highestPriority
public int highestPriority()
-
gateCount
public int gateCount()
-
builder
public static GateIndex.Builder builder()
-
-