org.apache.hadoop.hbase.io.hfile.bucket
Class CacheFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
bucketIndex
public int bucketIndex()
requestedSize
public int requestedSize()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.