Package org.apache.solr.update
Class VersionBucket
- java.lang.Object
-
- org.apache.solr.update.VersionBucket
-
public class VersionBucket extends Object
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
-
Field Summary
Fields Modifier and Type Field Description longhighest
-
Constructor Summary
Constructors Constructor Description VersionBucket(int lockTimeoutMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawaitNanos(long nanosTimeout)intgetLockTimeoutMs()voidsignalAll()booleantryLock()voidunlock()voidupdateHighest(long val)
-