org.compass.needle.coherence
Class FileBucketValue
java.lang.Object
org.compass.needle.coherence.FileBucketValue
- All Implemented Interfaces:
- com.tangosol.io.ExternalizableLite, Serializable
public class FileBucketValue
- extends Object
- implements com.tangosol.io.ExternalizableLite
- Author:
- kimchy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBucketValue
public FileBucketValue()
FileBucketValue
public FileBucketValue(byte[] data)
getData
public byte[] getData()
readExternal
public void readExternal(DataInput in)
throws IOException
- Specified by:
readExternal in interface com.tangosol.io.ExternalizableLite
- Throws:
IOException
writeExternal
public void writeExternal(DataOutput out)
throws IOException
- Specified by:
writeExternal in interface com.tangosol.io.ExternalizableLite
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.