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 voidclose()
-
Constructor Details
-
HashedRunContext
public HashedRunContext(int size)
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-