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 protectedMainRecordBean(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 booleanequals(Object obj)intgetEpoch()intgetSlot()StringgetUid()ConcurrentSkipListMap<String,MainRecordBeanInternal>getUrlMainRecords()ConcurrentSkipListMap<String,OverflowBlockCounterBean>getUrlOverflowCounter()inthashCode()voidsetEpoch(int epoch)voidsetSlot(int slot)voidsetUid(String uid)voidsetUrlMainRecords(ConcurrentSkipListMap<String,MainRecordBeanInternal> urlMainRecords)voidsetUrlOverflowCounter(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)
-
-