Uses of Interface
ai.preferred.venom.storage.Record
-
Packages that use Record Package Description ai.preferred.venom.response ai.preferred.venom.storage -
-
Uses of Record in ai.preferred.venom.response
Methods in ai.preferred.venom.response that return Record Modifier and Type Method Description RecordRetrievable. getRecord()Returns record archive of this response that has been insert into a persistent storage.RecordStorageResponse. getRecord()Constructors in ai.preferred.venom.response with parameters of type Record Constructor Description StorageResponse(Record record, String baseUrl)Constructs a base response. -
Uses of Record in ai.preferred.venom.storage
Classes in ai.preferred.venom.storage that implement Record Modifier and Type Class Description classStorageRecord<T>This class implements a default storage record.Methods in ai.preferred.venom.storage that return Record Modifier and Type Method Description RecordDummyFileManager. get(Request request)RecordDummyFileManager. get(Object i)@NotNull RecordFileManager. get(@NotNull Request request)Returns latest record matching request.RecordFileManager. get(T id)Returns record by the internal record id.Record<Integer>MysqlFileManager. get(Request request)Record<Integer>MysqlFileManager. get(Integer id)
-