org.apache.solr.update
Class VersionBucket

java.lang.Object
  extended by 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
 long highest
           
 
Constructor Summary
VersionBucket()
           
 
Method Summary
 void updateHighest(long val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

highest

public long highest
Constructor Detail

VersionBucket

public VersionBucket()
Method Detail

updateHighest

public void updateHighest(long val)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.