Package com.h2tcoin.takamakachain.state
Class MainRecordBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.state.MainRecordBean
-
- All Implemented Interfaces:
Serializable
public class MainRecordBean extends Object implements Serializable
- Author:
- Giovanni Antino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MainRecordBean(int epoch, int slot, String uid, ConcurrentSkipListMap<String,MainRecordBeanInternal> hexMainRecords, ConcurrentSkipListMap<String,OverflowBlockCounterBean> hexOverflowCounter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getEpoch()
int
getSlot()
String
getUid()
ConcurrentSkipListMap<String,MainRecordBeanInternal>
getUrlMainRecords()
ConcurrentSkipListMap<String,OverflowBlockCounterBean>
getUrlOverflowCounter()
int
hashCode()
void
setEpoch(int epoch)
void
setSlot(int slot)
void
setUid(String uid)
void
setUrlMainRecords(ConcurrentSkipListMap<String,MainRecordBeanInternal> urlMainRecords)
void
setUrlOverflowCounter(ConcurrentSkipListMap<String,OverflowBlockCounterBean> urlOverflowCounter)
-
-
-
Constructor Detail
-
MainRecordBean
protected MainRecordBean(int epoch, int slot, String uid, ConcurrentSkipListMap<String,MainRecordBeanInternal> hexMainRecords, ConcurrentSkipListMap<String,OverflowBlockCounterBean> hexOverflowCounter)
-
-
Method Detail
-
getEpoch
public int getEpoch()
-
setEpoch
public void setEpoch(int epoch)
-
getSlot
public int getSlot()
-
setSlot
public void setSlot(int slot)
-
getUid
public String getUid()
-
setUid
public void setUid(String uid)
-
getUrlMainRecords
public ConcurrentSkipListMap<String,MainRecordBeanInternal> getUrlMainRecords()
-
setUrlMainRecords
public void setUrlMainRecords(ConcurrentSkipListMap<String,MainRecordBeanInternal> urlMainRecords)
-
getUrlOverflowCounter
public ConcurrentSkipListMap<String,OverflowBlockCounterBean> getUrlOverflowCounter()
-
setUrlOverflowCounter
public void setUrlOverflowCounter(ConcurrentSkipListMap<String,OverflowBlockCounterBean> urlOverflowCounter)
-
-