Package zombie.network
Class MPStatistic
java.lang.Object
zombie.network.MPStatistic
public class MPStatistic
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMPStatistic.MainThreadStatisticclassMPStatistic.ProbeStatisticclassMPStatistic.SaveTasksStatisticclassMPStatistic.ServerCellStatisticclassMPStatistic.TasksStatisticclassMPStatistic.ThreadStatistic -
Field Summary
-
Constructor Summary
Constructors Constructor Description MPStatistic() -
Method Summary
Modifier and Type Method Description voidaddIncomePacket(short short1, int int1)voidaddOutcomePacket(short short1, int int1)voidcount1(long long1)voidcount2(long long1)voidcount3(long long1)static MPStatisticgetInstance()static java.lang.StringgetStatisticDir()voidgetStatisticTable(java.nio.ByteBuffer byteBuffer)KahluaTablegetStatisticTableForLua()voidIncrementLoadCellFromDisk()voidIncrementSaveCellToDisk()voidIncrementServerChunkThreadSaveNow()voidprocess(long long1)voidsetPacketsLength(long long1)voidsetPeriod(int int1)voidsetStatisticTable(java.nio.ByteBuffer byteBuffer)voidteleport()voidwrite(ByteBufferWriter byteBufferWriter)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
LoaderThreadTasks
-
RecalcThreadTasks
-
SaveTasks
-
ServerMapToLoad
-
ServerMapLoadedCells
-
ServerMapLoaded2
-
Main
-
ServerLOS
-
LoaderThread
-
RecalcAllThread
-
SaveThread
-
PolyPathThread
-
WorldReuser
-
PlayerDownloadServer
-
MapCollisionThread
-
ChunkChecksum
-
Bullet
-
AnimationPlayerUpdate
-
ServerMapPreupdate
-
ServerMapPostupdate
-
IngameStateUpdate
-
clientStatisticEnable
public static boolean clientStatisticEnable
-
-
Constructor Details
-
MPStatistic
public MPStatistic()
-
-
Method Details
-
getInstance
-
IncrementServerChunkThreadSaveNow
public void IncrementServerChunkThreadSaveNow() -
teleport
public void teleport() -
count1
public void count1(long long1) -
count2
public void count2(long long1) -
count3
public void count3(long long1) -
write
-
setPacketsLength
public void setPacketsLength(long long1) -
addIncomePacket
public void addIncomePacket(short short1, int int1) -
addOutcomePacket
public void addOutcomePacket(short short1, int int1) -
IncrementLoadCellFromDisk
public void IncrementLoadCellFromDisk() -
IncrementSaveCellToDisk
public void IncrementSaveCellToDisk() -
process
public void process(long long1) -
getStatisticDir
public static java.lang.String getStatisticDir() -
getStatisticTable
public void getStatisticTable(java.nio.ByteBuffer byteBuffer) throws java.io.IOException- Throws:
java.io.IOException
-
setStatisticTable
public void setStatisticTable(java.nio.ByteBuffer byteBuffer) throws java.io.IOException- Throws:
java.io.IOException
-
getStatisticTableForLua
-
setPeriod
public void setPeriod(int int1)
-