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
 String getAttributes()
           
 Integer getChunkCount()
           
 Integer getChunkSize()
           
 Long getObjectSize()
           
 String getParentPath()
           
 Integer getTtl()
           
 boolean hasTtl()
           
 boolean isValidForRead()
           
 ObjectMetadata setAttributes(String attributes)
           
 ObjectMetadata setChunkCount(Integer chunkCount)
           
 ObjectMetadata setChunkSize(Integer chunkSize)
           
 ObjectMetadata setObjectSize(Long objectSize)
           
 ObjectMetadata setParentPath(String parentPath)
           
 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()

setParentPath

public ObjectMetadata setParentPath(String parentPath)

getParentPath

public String getParentPath()

setAttributes

public ObjectMetadata setAttributes(String attributes)

getAttributes

public String getAttributes()


Copyright © 2012. All Rights Reserved.