Package org.elasticsearch.index.engine
Class EngineTestCase.PrimaryTermSupplier
- java.lang.Object
-
- org.elasticsearch.index.engine.EngineTestCase.PrimaryTermSupplier
-
- All Implemented Interfaces:
java.util.function.LongSupplier
- Enclosing class:
- EngineTestCase
public static final class EngineTestCase.PrimaryTermSupplier extends java.lang.Object implements java.util.function.LongSupplier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get()
long
getAsLong()
void
set(long newTerm)
-