com.bigdata.bop
Class BOpIdFactory

java.lang.Object
  extended by com.bigdata.bop.BOpIdFactory
All Implemented Interfaces:
IdFactory

public class BOpIdFactory
extends Object
implements IdFactory

A factory which may be used when some identifiers need to be reserved.


Constructor Summary
BOpIdFactory()
           
 
Method Summary
 int nextId()
           
 void reserve(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOpIdFactory

public BOpIdFactory()
Method Detail

reserve

public void reserve(int id)

nextId

public int nextId()
Specified by:
nextId in interface IdFactory


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.