public class IndexEntry extends Object
| Constructor and Description |
|---|
IndexEntry() |
IndexEntry(IndexBucket bucket,
int partition,
org.joda.time.DateTime time,
int scheduleId) |
IndexEntry(IndexBucket bucket,
int partition,
long timestamp,
int scheduleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IndexBucket |
getBucket() |
int |
getPartition() |
int |
getScheduleId() |
long |
getTimestamp() |
int |
hashCode() |
void |
setBucket(IndexBucket bucket) |
void |
setPartition(int partition) |
void |
setScheduleId(int scheduleId) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public IndexEntry()
public IndexEntry(IndexBucket bucket, int partition, long timestamp, int scheduleId)
public IndexEntry(IndexBucket bucket, int partition, org.joda.time.DateTime time, int scheduleId)
public IndexBucket getBucket()
public void setBucket(IndexBucket bucket)
public int getPartition()
public void setPartition(int partition)
public long getTimestamp()
public void setTimestamp(long timestamp)
public int getScheduleId()
public void setScheduleId(int scheduleId)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.