Class ContextControllerDetailHash
java.lang.Object
com.espertech.esper.common.internal.context.controller.hash.ContextControllerDetailHash
- All Implemented Interfaces:
ContextControllerDetail
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getItems()
boolean
void
setGranularity
(int granularity) void
setItems
(ContextControllerDetailHashItem[] items) void
setPreallocate
(boolean preallocate)
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
ContextControllerDetailHash
public ContextControllerDetailHash()
-
-
Method Details
-
getItems
-
setItems
-
getGranularity
public int getGranularity() -
setGranularity
public void setGranularity(int granularity) -
isPreallocate
public boolean isPreallocate() -
setPreallocate
public void setPreallocate(boolean preallocate)
-