@InterfaceAudience.Private public class CacheFullException extends IOException
BucketAllocator.allocateBlock(int)
when cache is full for the requested sizeModifier and Type | Field and Description |
---|---|
private int |
bucketIndex |
private int |
requestedSize |
private static long |
serialVersionUID |
Constructor and Description |
---|
CacheFullException(int requestedSize,
int bucketIndex) |
Modifier and Type | Method and Description |
---|---|
int |
bucketIndex() |
int |
requestedSize() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
private int requestedSize
private int bucketIndex
CacheFullException(int requestedSize, int bucketIndex)
public int bucketIndex()
public int requestedSize()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.