Searched refs:getMaxNumberOfAttributes (Results 1 – 4 of 4) sorted by relevance
74 public abstract int getMaxNumberOfAttributes(); in getMaxNumberOfAttributes() method in TraceParams211 Utils.checkArgument(traceParams.getMaxNumberOfAttributes() > 0, "maxNumberOfAttributes"); in build()
32 assertThat(TraceParams.DEFAULT.getMaxNumberOfAttributes()).isEqualTo(32); in defaultTraceParams()81 assertThat(traceParams.getMaxNumberOfAttributes()).isEqualTo(8); in updateTraceParams_All()
136 TraceParams.DEFAULT.getMaxNumberOfAttributes(), in emitHtml()206 params.getMaxNumberOfAttributes()); in emitTraceParamsTable()
390 attributes = new AttributesWithCapacity(traceParams.getMaxNumberOfAttributes()); in getInitializedAttributes()