| Package | Description |
|---|---|
| com.google.clearsilver.jsilver | |
| com.google.clearsilver.jsilver.data |
| Modifier and Type | Method and Description |
|---|---|
StringInternStrategy |
JSilverOptions.getStringInternStrategy()
Returns
StringInternStrategy object that is used for optimization of HDF parsing. |
| Modifier and Type | Method and Description |
|---|---|
void |
JSilverOptions.setStringInternStrategy(StringInternStrategy stringInternStrategy)
Sets the
StringInternStrategy object that will be used to optimize HDF parsing. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeStringInternStrategy
Implementation of
StringInternStrategy using Java String Pool and String.intern()
method. |
class |
NoOpStringInternStrategy
Pass-through implementation of
StringInternStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static ParserFactory |
NewHdfParser.newFactory(StringInternStrategy stringInternStrategy)
Creates a
ParserFactory instance. |
| Constructor and Description |
|---|
HDFDataFactory(boolean ignoreAttributes,
StringInternStrategy stringInternStrategy) |
NewHdfParser(StringInternStrategy internPool)
Constructor for
NewHdfParser. |
Copyright © 2010–2015 Google. All rights reserved.