Package com.illumon.iris.db.v2.hashing
Class HashedRunFinder.HashedRunContext
java.lang.Object
com.illumon.iris.db.v2.hashing.HashedRunFinder.HashedRunContext
- All Implemented Interfaces:
SafeCloseable
,AutoCloseable
- Enclosing class:
- HashedRunFinder
public static class HashedRunFinder.HashedRunContext extends Object implements SafeCloseable
-
Constructor Summary
Constructors Constructor Description HashedRunContext(int size)
-
Method Summary
Modifier and Type Method Description void
close()
-
Constructor Details
-
HashedRunContext
public HashedRunContext(int size)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-