public class StorageStats.BlobBucket extends Object
| Constructor and Description |
|---|
StorageStats.BlobBucket(DataInputStream instr) |
StorageStats.BlobBucket(int size) |
| Modifier and Type | Method and Description |
|---|---|
long |
active() |
void |
allocate(int sze) |
void |
commit() |
void |
delete(int sze) |
int |
meanAllocation() |
void |
reset() |
void |
write(DataOutputStream outstr) |
public StorageStats.BlobBucket(int size)
public StorageStats.BlobBucket(DataInputStream instr) throws IOException
IOExceptionpublic void write(DataOutputStream outstr) throws IOException
IOExceptionpublic void commit()
public void reset()
public void delete(int sze)
public void allocate(int sze)
public long active()
public int meanAllocation()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.