Package org.mc4j.ems.store

Examples of org.mc4j.ems.store.Value


            }
            // This old way stored attribute values if they were under a certain size
//            if (com.vladium.utils.ObjectProfiler.sizeof(newValue) < 200)

            if (newValue instanceof Number)
                valueHistory.addValue(new Value(newValue, System.currentTimeMillis()));

            currentValue = newValue;
        }
    }
View Full Code Here

TOP

Related Classes of org.mc4j.ems.store.Value

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.