return (int)Math.floor(((float)indicesCalculated / (float)indicesToCalculate) * 100); | return (int)Math.floor((indicesCalculated.floatValue() / (float)indicesToCalculate) * 100); | (int)Math.floor(((float)indicesCalculated / (float)indicesToCalculate) * 100) | (int)Math.floor((indicesCalculated.floatValue() / (float)indicesToCalculate) * 100) | graylog2-server | 50f59c0f17786f1ac180037728e4c8486ef873ae | org.graylog2.indexer.ranges.RebuildIndexRangesJob | | _1 | indicesCalculated |
---|
_2 | indicesCalculated |
---|
| v0 | int |
---|
v1 | indicesToCalculate |
---|
v2 | float |
---|
| | v0 | int |
---|
v1 | indicesToCalculate |
---|
v2 | float |
---|
| Returns | True |