These representations can be parsed using theHollowSchemaParser, and in turn can be used to initialize the state of aHollowWriteStateEngine: StringallSchemas=/// a String containing all schemasList<HollowSchema>schemas=HollowSchemaParser.parseCollectionOfSchemas(allSchemas);HollowWriteStateEngineinitialize...
AHollowReadStateEngineis our main handle to a Hollow dataset as a consumer. AHollowBlobReaderis used to consume blobs into aHollowReadStateEngine. Above, we're consuming a snapshot blob in order to initialize our state engine. Once this dataset is loaded into memory, we can access the data...
String Boolean Integer Long Double Float Short Byte Character Memoizing POJOs in the HollowObjectMapper¶ If a long field named__assigned_ordinalis defined in a POJO class, thenHollowObjectMapperwill use this field to record the assigned ordinal when Objects of this class are added to the state...