Class ContextSetter


  • public class ContextSetter
    extends java.lang.Object
    • Constructor Detail

      • ContextSetter

        public ContextSetter​(JavaProfiler profiler,
                             java.util.List<java.lang.String> attributes)
    • Method Detail

      • encode

        public int encode​(java.lang.String key)
      • snapshotTags

        public int[] snapshotTags()
      • snapshotTags

        public void snapshotTags​(int[] snapshot)
      • offsetOf

        public int offsetOf​(java.lang.String attribute)
      • setContextValue

        public boolean setContextValue​(java.lang.String attribute,
                                       java.lang.String value)
      • setContextValue

        public boolean setContextValue​(int offset,
                                       java.lang.String value)
      • setContextValue

        public boolean setContextValue​(int offset,
                                       int encoding)
      • clearContextValue

        public boolean clearContextValue​(java.lang.String attribute)
      • clearContextValue

        public boolean clearContextValue​(int offset)