com.netflix.astyanax.recipes.storage
Class ObjectMetadata
java.lang.Object
com.netflix.astyanax.recipes.storage.ObjectMetadata
public class ObjectMetadata
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectMetadata
public ObjectMetadata()
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.