org.apache.hadoop.hbase.io.hfile.bucket
Class CacheFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public class CacheFullException
extends IOException

Thrown by BucketAllocator.allocateBlock(int) when cache is full for the requested size

See Also:
Serialized Form

Method Summary
 int bucketIndex()
           
 int requestedSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

bucketIndex

public int bucketIndex()

requestedSize

public int requestedSize()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.