Uses of Class
dev.vality.file.storage.msgpack.Value
| Package | Description |
|---|---|
| dev.vality.file.storage | |
| dev.vality.file.storage.msgpack |
-
Uses of Value in dev.vality.file.storage
Fields in dev.vality.file.storage with type parameters of type Value Modifier and Type Field Description Map<String,Value>FileData. metadataMap<String,Value>FileStorageSrv.CreateNewFile_args. metadataMethods in dev.vality.file.storage that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>FileData. getMetadata()Map<String,Value>FileStorageSrv.CreateNewFile_args. getMetadata()Methods in dev.vality.file.storage with parameters of type Value Modifier and Type Method Description voidFileData. putToMetadata(String key, Value val)voidFileStorageSrv.CreateNewFile_args. putToMetadata(String key, Value val)Method parameters in dev.vality.file.storage with type arguments of type Value Modifier and Type Method Description voidFileStorageSrv.AsyncClient. createNewFile(Map<String,Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler)voidFileStorageSrv.AsyncIface. createNewFile(Map<String,Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler)NewFileResultFileStorageSrv.Client. createNewFile(Map<String,Value> metadata, String expires_at)NewFileResultFileStorageSrv.Iface. createNewFile(Map<String,Value> metadata, String expires_at)voidFileStorageSrv.Client. sendCreateNewFile(Map<String,Value> metadata, String expires_at)FileDataFileData. setMetadata(Map<String,Value> metadata)FileStorageSrv.CreateNewFile_argsFileStorageSrv.CreateNewFile_args. setMetadata(Map<String,Value> metadata)Constructor parameters in dev.vality.file.storage with type arguments of type Value Constructor Description CreateNewFile_args(Map<String,Value> metadata, String expires_at)CreateNewFile_call(Map<String,Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)FileData(String file_data_id, String file_name, String created_at, Map<String,Value> metadata) -
Uses of Value in dev.vality.file.storage.msgpack
Methods in dev.vality.file.storage.msgpack that return Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. b(boolean value)static ValueValue. bin(byte[] value)static ValueValue. bin(ByteBuffer value)ValueValue. deepCopy()static ValueValue. flt(double value)static ValueValue. i(long value)static ValueValue. nl(Nil value)static ValueValue. obj(Map<Value,Value> value)static ValueValue. str(String value)Methods in dev.vality.file.storage.msgpack that return types with arguments of type Value Modifier and Type Method Description List<Value>Value. getArr()Map<Value,Value>Value. getObj()Map<Value,Value>Value. getObj()Methods in dev.vality.file.storage.msgpack with parameters of type Value Modifier and Type Method Description intValue. compareTo(Value other)booleanValue. equals(Value other)Method parameters in dev.vality.file.storage.msgpack with type arguments of type Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. obj(Map<Value,Value> value)static ValueValue. obj(Map<Value,Value> value)voidValue. setArr(List<Value> value)voidValue. setObj(Map<Value,Value> value)voidValue. setObj(Map<Value,Value> value)Constructors in dev.vality.file.storage.msgpack with parameters of type Value Constructor Description Value(Value other)