ozone core API

org.ozoneDB.core.storage.classicStore
Class Cluster.Chunk

java.lang.Object
  extended byorg.ozoneDB.core.storage.classicStore.Cluster.Chunk
Enclosing class:
Cluster

class Cluster.Chunk
extends java.lang.Object


Field Summary
 byte[] data
           
 int dataLength
           
 byte id
           
 java.lang.Object object
           
 
Constructor Summary
Cluster.Chunk()
           
Cluster.Chunk(byte _id, byte[] _data)
           
Cluster.Chunk(byte _id, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public byte id

data

public byte[] data

dataLength

public int dataLength

object

public java.lang.Object object
Constructor Detail

Cluster.Chunk

public Cluster.Chunk()

Cluster.Chunk

public Cluster.Chunk(byte _id,
                     byte[] _data)

Cluster.Chunk

public Cluster.Chunk(byte _id,
                     java.lang.Object obj)

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.