Logo
Public Member Functions | Public Attributes | List of all members
com.dicl.velox.model.BlockMetadata Class Reference
Collaboration diagram for com.dicl.velox.model.BlockMetadata:
Collaboration graph

Public Member Functions

 BlockMetadata ()
 
 BlockMetadata (BlockMetadata that)
 

Public Attributes

String name
 
String host
 
int index
 
String fileName
 
long size
 
long numChunks
 
String primary_file
 
long offset
 
long foffset
 
int primary_seq
 
BlockMetadata[] chunks = null
 

Constructor & Destructor Documentation

◆ BlockMetadata() [1/2]

com.dicl.velox.model.BlockMetadata.BlockMetadata ( )
inline

◆ BlockMetadata() [2/2]

com.dicl.velox.model.BlockMetadata.BlockMetadata ( BlockMetadata  that)
inline

Member Data Documentation

◆ chunks

BlockMetadata [] com.dicl.velox.model.BlockMetadata.chunks = null

◆ fileName

String com.dicl.velox.model.BlockMetadata.fileName

◆ foffset

long com.dicl.velox.model.BlockMetadata.foffset

◆ host

String com.dicl.velox.model.BlockMetadata.host

◆ index

int com.dicl.velox.model.BlockMetadata.index

◆ name

String com.dicl.velox.model.BlockMetadata.name

◆ numChunks

long com.dicl.velox.model.BlockMetadata.numChunks

◆ offset

long com.dicl.velox.model.BlockMetadata.offset

◆ primary_file

String com.dicl.velox.model.BlockMetadata.primary_file

◆ primary_seq

int com.dicl.velox.model.BlockMetadata.primary_seq

◆ size

long com.dicl.velox.model.BlockMetadata.size

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