Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
com.dicl.velox.model.Metadata Class Reference
Collaboration diagram for com.dicl.velox.model.Metadata:
Collaboration graph

Public Member Functions

 Metadata (String _name, long _hashKey, long _size, int _numBlock, int _type, int _replica, int numChunks, int numStaticBlocks, BlockMetadata[] _blocks)
 

Public Attributes

String name
 
long hashKey
 
long size
 
int numBlock
 
int numChunks
 
int numStaticBlocks
 
int type
 
int replica
 
BlockMetadata[] blocks
 

Constructor & Destructor Documentation

com.dicl.velox.model.Metadata.Metadata ( String  _name,
long  _hashKey,
long  _size,
int  _numBlock,
int  _type,
int  _replica,
int  numChunks,
int  numStaticBlocks,
BlockMetadata[]  _blocks 
)
inline

Member Data Documentation

BlockMetadata [] com.dicl.velox.model.Metadata.blocks
long com.dicl.velox.model.Metadata.hashKey
String com.dicl.velox.model.Metadata.name
int com.dicl.velox.model.Metadata.numBlock
int com.dicl.velox.model.Metadata.numChunks
int com.dicl.velox.model.Metadata.numStaticBlocks
int com.dicl.velox.model.Metadata.replica
long com.dicl.velox.model.Metadata.size
int com.dicl.velox.model.Metadata.type

The documentation for this class was generated from the following file: