public class TemporaryGroupIndex extends Object implements Serializable
| Constructor and Description |
|---|
TemporaryGroupIndex(File directory,
String indexId,
String groupId,
int mergedIndexTtl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreationTime() |
File |
getDirectory() |
String |
getGroupId() |
String |
getIndexId() |
int |
getMergedIndexTtl() |
int |
hashCode() |
TemporaryGroupIndex |
setCreationTime(long creationTime) |
TemporaryGroupIndex |
setDirectory(File directory) |
void |
setGroupId(String groupId) |
TemporaryGroupIndex |
setIndexId(String indexId) |
void |
setMergedIndexTtl(int mergedIndexTtl) |
public long getCreationTime()
public TemporaryGroupIndex setCreationTime(long creationTime)
public File getDirectory()
public TemporaryGroupIndex setDirectory(File directory)
public String getIndexId()
public TemporaryGroupIndex setIndexId(String indexId)
public String getGroupId()
public void setGroupId(String groupId)
public int getMergedIndexTtl()
public void setMergedIndexTtl(int mergedIndexTtl)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.