com.netflix.astyanax.recipes.storage
Class ObjectMetadata

java.lang.Object
  extended by com.netflix.astyanax.recipes.storage.ObjectMetadata

public class ObjectMetadata
extends Object


Constructor Summary
ObjectMetadata()
           
 
Method Summary
 Integer getChunkCount()
           
 Integer getChunkSize()
           
 Long getObjectSize()
           
 Integer getTtl()
           
 boolean hasTtl()
           
 boolean isValidForRead()
           
 ObjectMetadata setChunkCount(Integer chunkCount)
           
 ObjectMetadata setChunkSize(Integer chunkSize)
           
 ObjectMetadata setObjectSize(Long objectSize)
           
 ObjectMetadata setTtl(Integer ttl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMetadata

public ObjectMetadata()
Method Detail

setTtl

public ObjectMetadata setTtl(Integer ttl)

getTtl

public Integer getTtl()

hasTtl

public boolean hasTtl()

getObjectSize

public Long getObjectSize()

setObjectSize

public ObjectMetadata setObjectSize(Long objectSize)

getChunkCount

public Integer getChunkCount()

setChunkCount

public ObjectMetadata setChunkCount(Integer chunkCount)

getChunkSize

public Integer getChunkSize()

setChunkSize

public ObjectMetadata setChunkSize(Integer chunkSize)

isValidForRead

public boolean isValidForRead()


Copyright © 2012. All Rights Reserved.