1 |
command_type |
命令类型 |
INTEGER |
4 |
0 |
|
|
|
|
|
command_type, A code that identifies the type of this queued request.,命令类型,标识此排队请求类型的代码。 |
2 |
content_size |
内容大小 |
DOUBLE |
8 |
0 |
|
|
|
|
|
content_size, Contains the number of bytes of content associated with this content request.,content_ size,包含与此内容请求关联的内容的字节数。 |
3 |
create_date |
创建_日期 |
DATE |
10 |
0 |
|
|
|
|
|
create_date, The date this queue item was created.,创建_日期,创建此队列项的日期。 |
4 |
element_sequence_number |
元素序列号 |
INTEGER |
4 |
0 |
|
|
|
|
|
element_sequence_number, An integer that identifies the specific content element associated with this request.,元素_序列_编号,一个整数,用于标识与此请求关联的特定内容元素。 |
5 |
lease_expiry_date |
租约到期日 |
DATE |
10 |
0 |
|
|
|
|
|
lease_expiry_date, A timestamp that determines how long a busy queue request will be allowed to processed before another thread attempts to reexcute the request.,lease_ expiry_ date,一个时间戳,用于确定在另一个线程尝试重新执行请求之前,允许处理繁忙队列请求的时间。 |
6 |
object_class_id |
对象_类_ id |
varchar |
16 |
0 |
|
|
|
|
|
object_class_id, The unique identifier of the class of object identified by object_id.,object_ class_ id,由object_ id标识的对象类的唯一标识符。 |
7 |
object_id |
对象_ id |
varchar |
16 |
0 |
|
|
|
|
|
object_id, The unique identifier for the object to which this content request applies.,object_ id,此内容请求应用到的对象的唯一标识符。 |
8 |
process_attempts |
处理_尝试 |
INTEGER |
4 |
0 |
|
|
|
|
|
process_attempts, The number of times a thread has claimed and attempted to process this request.,process_ attempts,线程声明并试图处理此请求的次数。 |
9 |
seqnum_identity |
序列号标识 |
BINARY |
8 |
0 |
|
|
|
|
|
seqnum_identity, A system generated sequence number used to determine the proper order in which to process queue entries.,seqnum_identity,系统生成的序列号,用于确定处理队列条目的正确顺序。 |
10 |
serialized_data |
序列化的数据 |
BLOB |
0 |
0 |
|
|
|
|
|
serialized_data, A serialized property collection that contains parameters associated with the request type.,序列化的数据,一个序列化的属性集合,包含与请求类型关联的参数。 |
11 |
session_id |
会话_ id |
varchar |
16 |
0 |
|
|
|
|
|
A unique id that identifies the server instance that queued this request. A server instance is an occurrence of an executing content engine server. Each server instance generates its own session_id at start up and uses it to tag content operations that it adds to the content queue.,标识将此请求排入队列的服务器实例的唯一id。服务器实例是正在执行的内容引擎服务器的实例。每个服务器实例在启动时生成自己的会话标识,并使用它来标记添加到内容队列中的内容操作。 |
12 |
source_object_id |
源对象id |
varchar |
16 |
0 |
|
|
|
|
|
source_object_id, This column is overloaded to serve multiple purposes. It contains the migration id when the request type is for migrating fixed content. It contains information that, when combined with the object id, is used to locate upload file in the inbound directory when finalizing content upload.,source_ object_ id,此列被重载以用于多种用途。当请求类型为迁移固定内容时,它包含迁移id。它包含的信息与对象id结合使用时,用于在完成内容上载时在入站目录中定位上载文件。 |
13 |
storage_area_id |
存储区id |
varchar |
16 |
0 |
|
|
|
|
|
storage_area_id, Contains the unique identifier of the content storage area where the content associated with this queued request is stored.,存储_区域_标识,包含存储与此排队请求关联的内容的内容存储区域的唯一标识符。 |